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 ImpersonationLogic
AMLogicContext. 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 ImpersonationService
AMRESTCXFContext. 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 ImpersonationLogic
ImpersonationServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service.wa with parameters of type ImpersonationLogic Constructor Description ImpersonationServiceImpl(ImpersonationLogic logic)
-