Enum Class RestAuthorizationAction

java.lang.Object
java.lang.Enum<RestAuthorizationAction>
com.evolveum.midpoint.security.api.RestAuthorizationAction
All Implemented Interfaces:
DisplayableValue<String>, Serializable, Comparable<RestAuthorizationAction>, Constable

public enum RestAuthorizationAction extends Enum<RestAuthorizationAction> implements DisplayableValue<String>
Represents a REST action (method) that can be authorized. The methods protected by other means (e.g., by intra-cluster authentication) are currently not listed here. See also `ModelAuthorizationAction`. Notes: . AuthorizationConstants.AUTZ_REST_ALL_URL is a special action that covers all REST actions. . AuthorizationConstants.AUTZ_REST_PROXY_URL is *not* a REST action URL.