Uses of Class
org.apache.syncope.core.logic.SAML2IdPEntityLogic
-
Packages that use SAML2IdPEntityLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SAML2IdPEntityLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2IdPEntityLogic Modifier and Type Method Description SAML2IdPEntityLogicAMLogicContext. saml2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO entityDAO) -
Uses of SAML2IdPEntityLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SAML2IdPEntityLogic Modifier and Type Method Description SAML2IdPEntityServiceAMRESTCXFContext. saml2IdPEntityService(SAML2IdPEntityLogic saml2IdPEntityLogic) -
Uses of SAML2IdPEntityLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SAML2IdPEntityLogic Modifier and Type Field Description protected SAML2IdPEntityLogicSAML2IdPEntityServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2IdPEntityLogic Constructor Description SAML2IdPEntityServiceImpl(SAML2IdPEntityLogic logic)
-