Uses of Class
org.gcube.common.authorization.library.policies.Action
-
Packages that use Action Package Description org.gcube.common.authorization.library.policies -
-
Uses of Action in org.gcube.common.authorization.library.policies
Methods in org.gcube.common.authorization.library.policies that return Action Modifier and Type Method Description abstract ActionPolicy. getMode()ActionService2ServicePolicy. getMode()ActionUser2ServicePolicy. getMode()static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.common.authorization.library.policies with parameters of type Action Constructor Description Service2ServicePolicy(String context, ServiceAccess serviceAccess, ServiceEntity client, Action mode)User2ServicePolicy(String context, ServiceAccess serviceAccess, UserEntity entity, Action mode)
-