Uses of Class
org.apache.syncope.core.logic.AuthProfileLogic
-
Packages that use AuthProfileLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of AuthProfileLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthProfileLogic Modifier and Type Method Description AuthProfileLogicAMLogicContext. authProfileLogic(AuthProfileDAO authProfileDAO, AuthProfileDataBinder authProfileDataBinder) -
Uses of AuthProfileLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AuthProfileLogic Modifier and Type Method Description AuthProfileSelfServiceAMRESTCXFContext. authProfileSelfService(AuthProfileLogic authProfileLogic)AuthProfileServiceAMRESTCXFContext. authProfileService(AuthProfileLogic authProfileLogic) -
Uses of AuthProfileLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AuthProfileLogic Modifier and Type Field Description protected AuthProfileLogicAuthProfileSelfServiceImpl. logicprotected AuthProfileLogicAuthProfileServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AuthProfileLogic Constructor Description AuthProfileSelfServiceImpl(AuthProfileLogic logic)AuthProfileServiceImpl(AuthProfileLogic logic)
-