Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.SAML2IdPEntity
-
-
Uses of SAML2IdPEntity in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDAO. find(String key)SAML2IdPEntitySAML2IdPEntityDAO. save(SAML2IdPEntity saml2IdPEntity)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SAML2IdPEntity Modifier and Type Method Description List<SAML2IdPEntity>SAML2IdPEntityDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDAO. save(SAML2IdPEntity saml2IdPEntity) -
Uses of SAML2IdPEntity in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntityJPASAML2IdPEntityDAO. find(String key)SAML2IdPEntityJPASAML2IdPEntityDAO. save(SAML2IdPEntity saml2IdPEntity)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SAML2IdPEntity Modifier and Type Method Description List<SAML2IdPEntity>JPASAML2IdPEntityDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntityJPASAML2IdPEntityDAO. save(SAML2IdPEntity saml2IdPEntity) -
Uses of SAML2IdPEntity in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement SAML2IdPEntity Modifier and Type Class Description classJPASAML2IdPEntity -
Uses of SAML2IdPEntity in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDataBinder. create(SAML2IdPEntityTO entityTO)SAML2IdPEntitySAML2IdPEntityDataBinder. update(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityDataBinder. getSAML2IdPEntityTO(SAML2IdPEntity entity)SAML2IdPEntitySAML2IdPEntityDataBinder. update(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO) -
Uses of SAML2IdPEntity in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntitySAML2IdPEntityDataBinderImpl. create(SAML2IdPEntityTO entityTO)SAML2IdPEntitySAML2IdPEntityDataBinderImpl. update(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2IdPEntity Modifier and Type Method Description SAML2IdPEntityTOSAML2IdPEntityDataBinderImpl. getSAML2IdPEntityTO(SAML2IdPEntity entity)SAML2IdPEntitySAML2IdPEntityDataBinderImpl. update(SAML2IdPEntity entity, SAML2IdPEntityTO entityTO)
-