Uses of Class
com.evolveum.midpoint.model.impl.lens.LensContext.AuthorizationState
-
Packages that use LensContext.AuthorizationState Package Description com.evolveum.midpoint.model.impl.lens -
-
Uses of LensContext.AuthorizationState in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return LensContext.AuthorizationState Modifier and Type Method Description @NotNull LensContext.AuthorizationState
LensContext. getAuthorizationState()
static LensContext.AuthorizationState
LensContext.AuthorizationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LensContext.AuthorizationState[]
LensContext.AuthorizationState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.model.impl.lens with parameters of type LensContext.AuthorizationState Modifier and Type Method Description void
LensContext. setRequestAuthorized(@NotNull LensContext.AuthorizationState authorizationState)
-