Uses of Interface
org.apache.syncope.core.provisioning.api.data.SAML2SP4UIIdPDataBinder
-
Packages that use SAML2SP4UIIdPDataBinder Package Description org.apache.syncope.core.logic org.apache.syncope.core.provisioning.java org.apache.syncope.core.provisioning.java.data -
-
Uses of SAML2SP4UIIdPDataBinder in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SP4UIIdPDataBinder Modifier and Type Field Description protected SAML2SP4UIIdPDataBinder
SAML2SP4UIIdPLogic. binder
Methods in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPDataBinder Modifier and Type Method Description SAML2SP4UIIdPLogic
SAML2SP4UILogicContext. saml2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO)
Constructors in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPDataBinder Constructor Description SAML2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO)
-
Uses of SAML2SP4UIIdPDataBinder in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java that return SAML2SP4UIIdPDataBinder Modifier and Type Method Description SAML2SP4UIIdPDataBinder
SAML2SP4UIProvisioningContext. saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-
Uses of SAML2SP4UIIdPDataBinder in org.apache.syncope.core.provisioning.java.data
Classes in org.apache.syncope.core.provisioning.java.data that implement SAML2SP4UIIdPDataBinder Modifier and Type Class Description class
SAML2SP4UIIdPDataBinderImpl
-