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