Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationDecisionType
-
Packages that use AuthorizationDecisionType Package Description com.evolveum.midpoint.schema com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AuthorizationDecisionType in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return AuthorizationDecisionType Modifier and Type Method Description AuthorizationDecisionType
AccessDecision. getAuthorizationDecisionType()
Methods in com.evolveum.midpoint.schema with parameters of type AuthorizationDecisionType Modifier and Type Method Description static AccessDecision
AccessDecision. translate(AuthorizationDecisionType authorizationDecisionType)
-
Uses of AuthorizationDecisionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthorizationDecisionType Modifier and Type Method Description static AuthorizationDecisionType
AuthorizationDecisionType. fromValue(String v)
AuthorizationDecisionType
AuthorizationType. getDecision()
AuthorizationDecisionType
ExpressionEvaluatorProfileType. getDecision()
AuthorizationDecisionType
ExpressionPermissionClassProfileType. getDecision()
AuthorizationDecisionType
ExpressionPermissionMethodProfileType. getDecision()
AuthorizationDecisionType
ExpressionPermissionPackageProfileType. getDecision()
AuthorizationDecisionType
ExpressionPermissionProfileType. getDecision()
AuthorizationDecisionType
ExpressionProfileType. getDecision()
AuthorizationDecisionType
ScriptExpressionProfileType. getDecision()
static AuthorizationDecisionType
AuthorizationDecisionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizationDecisionType[]
AuthorizationDecisionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-