Uses of Interface
org.apache.syncope.core.persistence.api.dao.SAML2SPEntityDAO
-
Packages that use SAML2SPEntityDAO Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.jpa org.apache.syncope.core.persistence.jpa.dao -
-
Uses of SAML2SPEntityDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2SPEntityDAO Modifier and Type Field Description protected SAML2SPEntityDAO
SAML2SPEntityLogic. entityDAO
Methods in org.apache.syncope.core.logic with parameters of type SAML2SPEntityDAO Modifier and Type Method Description SAML2SPEntityLogic
AMLogicContext. saml2SPEntityLogic(SAML2SPEntityDataBinder binder, SAML2SPEntityDAO entityDAO)
Constructors in org.apache.syncope.core.logic with parameters of type SAML2SPEntityDAO Constructor Description SAML2SPEntityLogic(SAML2SPEntityDataBinder binder, SAML2SPEntityDAO entityDAO)
-
Uses of SAML2SPEntityDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return SAML2SPEntityDAO Modifier and Type Method Description SAML2SPEntityDAO
PersistenceContext. saml2SPEntityDAO()
-
Uses of SAML2SPEntityDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement SAML2SPEntityDAO Modifier and Type Class Description class
JPASAML2SPEntityDAO
-