Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.AuthorizationPhaseType
Packages that use AuthorizationPhaseType
Package
Description
Package that contains base page classes.
-
Uses of AuthorizationPhaseType in com.evolveum.midpoint.gui.api.factory.wrapper
Methods in com.evolveum.midpoint.gui.api.factory.wrapper that return AuthorizationPhaseTypeMethods in com.evolveum.midpoint.gui.api.factory.wrapper with parameters of type AuthorizationPhaseTypeModifier and TypeMethodDescriptionvoid
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 AuthorizationPhaseTypeModifier and TypeMethodDescription<O extends ObjectType,
T extends ObjectType>
voidPageBase.authorize
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target, OperationResult result) <O extends ObjectType,
T extends ObjectType>
booleanPageAdminLTE.isAuthorized
(String operationUrl, AuthorizationPhaseType phase, PrismObject<O> object, ObjectDelta<O> delta, PrismObject<T> target) -
Uses of AuthorizationPhaseType in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with parameters of type AuthorizationPhaseTypeModifier and TypeMethodDescriptionvoid
ModelInteractionService.authorizeBulkActionExecution
(@Nullable BulkAction action, @Nullable AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Just a convenience method that checks that relevant authorization is present.ModelInteractionService.getEditObjectClassDefinition
(@NotNull PrismObject<ShadowType> shadow, @NotNull PrismObject<ResourceType> resource, AuthorizationPhaseType phase, com.evolveum.midpoint.task.api.Task task, OperationResult result) Returns an object definition that reflects edit-ability of the resource object in terms of midPoint schema limitations and security.<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.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 AuthorizationPhaseTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return AuthorizationPhaseTypeModifier and TypeMethodDescriptionstatic AuthorizationPhaseType
AuthorizationType.getPhase()
FormAuthorizationType.getPhase()
static AuthorizationPhaseType
Returns the enum constant of this class with the specified name.static AuthorizationPhaseType[]
AuthorizationPhaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type AuthorizationPhaseTypeModifier and TypeMethodDescriptionAuthorizationType.phase
(AuthorizationPhaseType value) FormAuthorizationType.phase
(AuthorizationPhaseType value) void
AuthorizationType.setPhase
(AuthorizationPhaseType value) void
FormAuthorizationType.setPhase
(AuthorizationPhaseType value)