Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2IdPEntityDAO
-
Packages that use SAML2IdPEntityDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of SAML2IdPEntityDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2IdPEntityDAO Modifier and Type Field Description protected SAML2IdPEntityDAOSAML2IdPEntityLogic. entityDAOMethods in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityDAO Modifier and Type Method Description SAML2IdPEntityLogicAMLogicContext. saml2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO entityDAO)Constructors in org.apache.syncope.core.logic with parameters of type SAML2IdPEntityDAO Constructor Description SAML2IdPEntityLogic(SAML2IdPEntityDataBinder binder, SAML2IdPEntityDAO entityDAO) -
Uses of SAML2IdPEntityDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SAML2IdPEntityDAO Modifier and Type Method Description SAML2IdPEntityDAOPersistenceContext. saml2IdPEntityDAO() -
Uses of SAML2IdPEntityDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement SAML2IdPEntityDAO Modifier and Type Class Description classJPASAML2IdPEntityDAO
-