Uses of Class
org.apache.syncope.core.logic.wa.ImpersonationLogic
-
Packages that use ImpersonationLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service.wa -
-
Uses of ImpersonationLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return ImpersonationLogic Modifier and Type Method Description ImpersonationLogicAMLogicContext. impersonationLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder, EntityFactory entityFactory) -
Uses of ImpersonationLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type ImpersonationLogic Modifier and Type Method Description ImpersonationServiceAMRESTCXFContext. impersonationService(ImpersonationLogic impersonationLogic) -
Uses of ImpersonationLogic in org.apache.syncope.core.rest.cxf.service.wa
Fields in org.apache.syncope.core.rest.cxf.service.wa declared as ImpersonationLogic Modifier and Type Field Description protected ImpersonationLogicImpersonationServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type ImpersonationLogic Constructor Description ImpersonationServiceImpl(ImpersonationLogic logic)
-