Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2SP4UIIdPDAO
-
-
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SP4UIIdPDAO Modifier and Type Field Description protected SAML2SP4UIIdPDAOSAML2SP4UIIdPLogic. idpDAOprotected SAML2SP4UIIdPDAOSAML2SP4UILogic. idpDAOConstructors in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPDAO Constructor Description SAML2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO)SAML2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as SAML2SP4UIIdPDAO Modifier and Type Field Description protected SAML2SP4UIIdPDAOSAML2SP4UIUserManager. idpDAOConstructors in org.apache.syncope.core.logic.saml2 with parameters of type SAML2SP4UIIdPDAO Constructor Description SAML2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SAML2SP4UIIdPDAO Modifier and Type Method Description SAML2SP4UIIdPDAOSAML2SP4UIPersistenceContext. saml2SP4UIIdPDAO() -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement SAML2SP4UIIdPDAO Modifier and Type Class Description classJPASAML2SP4UIIdPDAO -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type SAML2SP4UIIdPDAO Modifier and Type Method Description SAML2SP4UIIdPDataBinderSAML2SP4UIProvisioningContext. saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as SAML2SP4UIIdPDAO Modifier and Type Field Description protected SAML2SP4UIIdPDAOSAML2SP4UIIdPDataBinderImpl. idapDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIIdPDAO Constructor Description SAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
-