Uses of Class
org.apache.syncope.core.logic.SAML2SP4UIIdPLogic
-
Packages that use SAML2SP4UIIdPLogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SAML2SP4UIIdPLogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2SP4UIIdPLogic Modifier and Type Method Description SAML2SP4UIIdPLogicSAML2SP4UILogicContext. saml2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO) -
Uses of SAML2SP4UIIdPLogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SAML2SP4UIIdPLogic Modifier and Type Method Description SAML2SP4UIIdPServiceSAML2SP4UIRESTCXFContext. saml2SP4UIIdPService(SAML2SP4UIIdPLogic saml2SP4UIIdPLogic) -
Uses of SAML2SP4UIIdPLogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SAML2SP4UIIdPLogic Modifier and Type Field Description protected SAML2SP4UIIdPLogicSAML2SP4UIIdPServiceImpl. logicConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2SP4UIIdPLogic Constructor Description SAML2SP4UIIdPServiceImpl(SAML2SP4UIIdPLogic logic)
-