Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType
-
Packages that use AuthorizationPhaseType Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AuthorizationPhaseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AuthorizationPhaseType Modifier and Type Method Description RefinedObjectClassDefinitionModelInteractionService. getEditObjectClassDefinition(PrismObject<ShadowType> shadow, PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)<O extends ObjectType>
PrismObjectDefinition<O>ModelInteractionService. getEditObjectDefinition(PrismObject<O> object, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result)Returns a schema that reflects editability of the object in terms of midPoint schema limitations and security.PrismObjectDefinition<ShadowType>ModelInteractionService. getEditShadowDefinition(ResourceShadowDiscriminator discr, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
Uses of AuthorizationPhaseType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as AuthorizationPhaseType Modifier and Type Field Description protected AuthorizationPhaseTypeFormAuthorizationType. phaseMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthorizationPhaseType Modifier and Type Method Description static AuthorizationPhaseTypeAuthorizationPhaseType. fromValue(String v)AuthorizationPhaseTypeAuthorizationType. getPhase()AuthorizationPhaseTypeFormAuthorizationType. getPhase()Gets the value of the phase property.static AuthorizationPhaseTypeAuthorizationPhaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationPhaseType[]AuthorizationPhaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AuthorizationPhaseType Modifier and Type Method Description AuthorizationTypeAuthorizationType. phase(AuthorizationPhaseType value)FormAuthorizationTypeFormAuthorizationType. phase(AuthorizationPhaseType value)voidAuthorizationType. setPhase(AuthorizationPhaseType value)voidFormAuthorizationType. setPhase(AuthorizationPhaseType value)Sets the value of the phase property.
-