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 AuthorizationDecisionTypeAccessDecision. getAuthorizationDecisionType()Methods in com.evolveum.midpoint.schema with parameters of type AuthorizationDecisionType Modifier and Type Method Description static AccessDecisionAccessDecision. 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 AuthorizationDecisionTypeAuthorizationDecisionType. fromValue(String v)AuthorizationDecisionTypeAuthorizationType. getDecision()AuthorizationDecisionTypeExpressionEvaluatorProfileType. getDecision()AuthorizationDecisionTypeExpressionPermissionClassProfileType. getDecision()AuthorizationDecisionTypeExpressionPermissionMethodProfileType. getDecision()AuthorizationDecisionTypeExpressionPermissionPackageProfileType. getDecision()AuthorizationDecisionTypeExpressionPermissionProfileType. getDecision()AuthorizationDecisionTypeExpressionProfileType. getDecision()AuthorizationDecisionTypeScriptExpressionProfileType. getDecision()static AuthorizationDecisionTypeAuthorizationDecisionType. 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.
-