Uses of Class
org.apache.syncope.core.logic.SAML2SPEntityLogic
-
Packages that use SAML2SPEntityLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SAML2SPEntityLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2SPEntityLogic Modifier and Type Method Description SAML2SPEntityLogicAMLogicContext. saml2SPEntityLogic(SAML2SPEntityDataBinder binder, SAML2SPEntityDAO entityDAO) -
Uses of SAML2SPEntityLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SAML2SPEntityLogic Modifier and Type Method Description SAML2SPEntityServiceAMRESTCXFContext. saml2SPEntityService(SAML2SPEntityLogic saml2SPEntityLogic) -
Uses of SAML2SPEntityLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SAML2SPEntityLogic Modifier and Type Field Description protected SAML2SPEntityLogicSAML2SPEntityServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2SPEntityLogic Constructor Description SAML2SPEntityServiceImpl(SAML2SPEntityLogic logic)
-