Uses of Class
com.evolveum.midpoint.security.api.ProfileCompilerOptions
Packages that use ProfileCompilerOptions
Package
Description
-
Uses of ProfileCompilerOptions in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication with parameters of type ProfileCompilerOptionsModifier and TypeMethodDescriptionGuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManager.getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManager.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) @NotNull CompiledGuiProfileGuiProfiledPrincipalManager.refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) -
Uses of ProfileCompilerOptions in com.evolveum.midpoint.model.impl.security
Methods in com.evolveum.midpoint.model.impl.security with parameters of type ProfileCompilerOptionsModifier and TypeMethodDescriptionGuiProfiledPrincipalManagerImpl.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManagerImpl.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) GuiProfiledPrincipalManagerImpl.getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManagerImpl.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) GuiProfiledPrincipalManagerImpl.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) @NotNull CompiledGuiProfileGuiProfiledPrincipalManagerImpl.refreshCompiledProfile(GuiProfiledPrincipal principal, ProfileCompilerOptions options) -
Uses of ProfileCompilerOptions in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return ProfileCompilerOptionsModifier and TypeMethodDescriptionProfileCompilerOptions.collectAuthorization(boolean collectAuthorization) ProfileCompilerOptions.compileGuiAdminConfiguration(boolean compileGuiAdminConfiguration) static ProfileCompilerOptionsProfileCompilerOptions.create()static ProfileCompilerOptionsProfileCompilerOptions.createNotCompileGuiAdminConfiguration()static ProfileCompilerOptionsProfileCompilerOptions.createOnlyPrincipalOption()ProfileCompilerOptions.locateSecurityPolicy(boolean locateSecurityPolicy) ProfileCompilerOptions.runAsRunner(boolean runAsRunner) ProfileCompilerOptions.terminateDisabledUserSession(boolean terminateDisabledUserSession) ProfileCompilerOptions.tryReusingSecurityPolicy(boolean tryReusingSecurityPolicy) Methods in com.evolveum.midpoint.security.api with parameters of type ProfileCompilerOptionsModifier and TypeMethodDescriptionMidPointPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) MidPointPrincipalManager.getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) MidPointPrincipalManager.getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) MidPointPrincipalManager.getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) voidSecurityContextManager.setupPreAuthenticatedSecurityContext(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result)