Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType
-
Packages that use AuthorizationPhaseType Package Description com.evolveum.midpoint.gui.api.factory.wrapper com.evolveum.midpoint.gui.api.page Package that contains base page classes.com.evolveum.midpoint.model.api com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of AuthorizationPhaseType in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that return AuthorizationPhaseType Modifier and Type Method Description AuthorizationPhaseType
WrapperContext. getAuthzPhase()
Methods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type AuthorizationPhaseType Modifier and Type Method Description void
WrapperContext. setAuthzPhase(AuthorizationPhaseType authzPhase)
-
Uses of AuthorizationPhaseType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with parameters of type AuthorizationPhaseType Modifier and Type Method Description <O extends ObjectType,T extends ObjectType>
voidPageBase. authorize(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver, OperationResult result)
<O extends ObjectType,T extends ObjectType>
booleanPageAdminLTE. isAuthorized(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, com.evolveum.midpoint.security.api.OwnerResolver ownerResolver)
-
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 ResourceObjectDefinition
ModelInteractionService. 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(ResourceShadowCoordinates coordinates, 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 AuthorizationPhaseType
FormAuthorizationType. phase
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthorizationPhaseType Modifier and Type Method Description static AuthorizationPhaseType
AuthorizationPhaseType. fromValue(String v)
AuthorizationPhaseType
AuthorizationType. getPhase()
AuthorizationPhaseType
FormAuthorizationType. getPhase()
static AuthorizationPhaseType
AuthorizationPhaseType. 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 AuthorizationType
AuthorizationType. phase(AuthorizationPhaseType value)
FormAuthorizationType
FormAuthorizationType. phase(AuthorizationPhaseType value)
void
AuthorizationType. setPhase(AuthorizationPhaseType value)
void
FormAuthorizationType. setPhase(AuthorizationPhaseType value)
-