Interface OwnerResolver
-
- All Known Subinterfaces:
GuiProfiledPrincipalManager
,MidPointPrincipalManager
- All Known Implementing Classes:
GuiProfiledPrincipalManagerImpl
,LensOwnerResolver
public interface OwnerResolver
This would be more appropriate in the security-impl. But we need it as low as this. Otherwise there is a dependency cycle (task->security->repo-common->task) Moving this to task yields better cohesion. So, it may in fact belong here.- Author:
- semancik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <F extends FocusType,O extends ObjectType>
PrismObject<F>resolveOwner(PrismObject<O> object)
-
-
-
Method Detail
-
resolveOwner
<F extends FocusType,O extends ObjectType> PrismObject<F> resolveOwner(PrismObject<O> object) throws CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException
-
-