Interface OwnerResolver
- All Known Subinterfaces:
GuiProfiledPrincipalManager,MidPointPrincipalManager
- All Known Implementing Classes:
GuiProfiledPrincipalManagerImpl,LensOwnerResolver
public interface OwnerResolver
Resolves the owner referenced to by
OwnerClause.- Author:
- semancik
-
Method Summary
Modifier and TypeMethodDescription<F extends FocusType,O extends ObjectType>
Collection<PrismObject<F>>resolveOwner(PrismObject<O> object) Returns the owner of the provided object.
-
Method Details
-
resolveOwner
<F extends FocusType,O extends ObjectType> Collection<PrismObject<F>> resolveOwner(PrismObject<O> object) throws CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException Returns the owner of the provided object. The meaning of "owner" is different for, e.g., shadows, tasks, and so on.
-