Uses of Enum Class
org.gcube.common.authorization.library.policies.Action
Packages that use Action
-
Uses of Action in org.gcube.common.authorization.library.policies
Methods in org.gcube.common.authorization.library.policies that return ActionModifier and TypeMethodDescriptionabstract ActionPolicy.getMode()Service2ServicePolicy.getMode()User2ServicePolicy.getMode()static ActionReturns the enum constant of this class with the specified name.static Action[]Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gcube.common.authorization.library.policies with parameters of type ActionModifierConstructorDescriptionService2ServicePolicy(String context, ServiceAccess serviceAccess, ServiceEntity client, Action mode) User2ServicePolicy(String context, ServiceAccess serviceAccess, UserEntity entity, Action mode)