Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2SP4UIIdPDAO
Packages that use SAML2SP4UIIdPDAO
Package
Description
-
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SP4UIIdPDAOModifier and TypeFieldDescriptionprotected final SAML2SP4UIIdPDAOSAML2SP4UIIdPLogic.idpDAOprotected final SAML2SP4UIIdPDAOSAML2SP4UILogic.idpDAOMethods in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPDAOModifier and TypeMethodDescriptionSAML2SP4UILogicContext.saml2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO) SAML2SP4UILogicContext.saml2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor, EncryptorManager encryptorManager) SAML2SP4UILogicContext.saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) Constructors in org.apache.syncope.core.logic with parameters of type SAML2SP4UIIdPDAOModifierConstructorDescriptionSAML2SP4UIIdPLogic(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, EncryptorManager encryptorManager) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as SAML2SP4UIIdPDAOConstructors in org.apache.syncope.core.logic.saml2 with parameters of type SAML2SP4UIIdPDAOModifierConstructorDescriptionSAML2SP4UIUserManager(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 SAML2SP4UIIdPDAOModifier and TypeMethodDescriptionSAML2SP4UIPersistenceContext.saml2SP4UIIdPDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of SAML2SP4UIIdPDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type SAML2SP4UIIdPDAOModifier and TypeMethodDescriptionSAML2SP4UIProvisioningContext.saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) -
Uses of SAML2SP4UIIdPDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as SAML2SP4UIIdPDAOModifier and TypeFieldDescriptionprotected final SAML2SP4UIIdPDAOSAML2SP4UIIdPDataBinderImpl.idapDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SP4UIIdPDAOModifierConstructorDescriptionSAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools)