Interface GuiProfiledPrincipalManager
- All Superinterfaces:
- MidPointPrincipalManager,- OwnerResolver
- All Known Implementing Classes:
- GuiProfiledPrincipalManagerImpl
- Author:
- semancik
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.security.api.MidPointPrincipalManagerDOT_CLASS, OPERATION_GET_PRINCIPAL, OPERATION_UPDATE_USER
- 
Method SummaryModifier and TypeMethodDescriptiongetPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) @NotNull CompiledGuiProfilerefreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal) @NotNull CompiledGuiProfilerefreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) voidterminateLocalSessions(TerminateSessionEvent terminateSessionEvent) voidupdateFocus(MidPointPrincipal principal, Collection<? extends ItemDelta<?, ?>> itemDeltas) Methods inherited from interface com.evolveum.midpoint.security.api.MidPointPrincipalManagergetPrincipalMethods inherited from interface com.evolveum.midpoint.schema.selector.eval.OwnerResolverresolveOwner
- 
Method Details- 
getPrincipalGuiProfiledPrincipal getPrincipal(String username, Class<? extends FocusType> clazz, ProfileCompilerOptions options) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
- 
getPrincipalGuiProfiledPrincipal getPrincipal(ObjectQuery query, Class<? extends FocusType> clazz, ProfileCompilerOptions options) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
- 
getPrincipalByOidGuiProfiledPrincipal getPrincipalByOid(String oid, Class<? extends FocusType> clazz, ProfileCompilerOptions options) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
- 
getPrincipalGuiProfiledPrincipal getPrincipal(PrismObject<? extends FocusType> focus, ProfileCompilerOptions options, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException - Specified by:
- getPrincipalin interface- MidPointPrincipalManager
- Throws:
- SchemaException
- CommunicationException
- ConfigurationException
- SecurityViolationException
- ExpressionEvaluationException
 
- 
getPrincipalGuiProfiledPrincipal getPrincipal(PrismObject<? extends FocusType> focus, AuthorizationTransformer authorizationTransformer, ProfileCompilerOptions options, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException - Specified by:
- getPrincipalin interface- MidPointPrincipalManager
- Throws:
- SchemaException
- CommunicationException
- ConfigurationException
- SecurityViolationException
- ExpressionEvaluationException
 
- 
updateFocus- Specified by:
- updateFocusin interface- MidPointPrincipalManager
 
- 
getLocalLoggedInPrincipalsList<UserSessionManagementType> getLocalLoggedInPrincipals()
- 
terminateLocalSessions
- 
refreshCompiledProfile@NotNull @NotNull CompiledGuiProfile refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal) 
- 
refreshCompiledProfile@NotNull @NotNull CompiledGuiProfile refreshCompiledProfile(GuiProfiledPrincipal guiProfiledPrincipal, ProfileCompilerOptions options) 
 
-