Uses of Class
com.evolveum.midpoint.security.api.RestAuthorizationAction
-
Packages that use RestAuthorizationAction Package Description com.evolveum.midpoint.security.api Low-level security functions. -
-
Uses of RestAuthorizationAction in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return RestAuthorizationAction Modifier and Type Method Description @NotNull RestAuthorizationAction
authorization()
The abstract REST method implemented by this handler.static RestAuthorizationAction
RestAuthorizationAction. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestAuthorizationAction[]
RestAuthorizationAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-