Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.SAML2SPEntity
-
-
Uses of SAML2SPEntity in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SAML2SPEntity Modifier and Type Method Description SAML2SPEntitySAML2SPEntityDAO. find(String key)SAML2SPEntitySAML2SPEntityDAO. save(SAML2SPEntity entity)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SAML2SPEntity Modifier and Type Method Description List<SAML2SPEntity>SAML2SPEntityDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SAML2SPEntity Modifier and Type Method Description voidSAML2SPEntityDAO. delete(SAML2SPEntity entity)SAML2SPEntitySAML2SPEntityDAO. save(SAML2SPEntity entity) -
Uses of SAML2SPEntity in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SAML2SPEntity Modifier and Type Method Description SAML2SPEntityJPASAML2SPEntityDAO. find(String key)SAML2SPEntityJPASAML2SPEntityDAO. save(SAML2SPEntity entity)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SAML2SPEntity Modifier and Type Method Description List<SAML2SPEntity>JPASAML2SPEntityDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2SPEntity Modifier and Type Method Description voidJPASAML2SPEntityDAO. delete(SAML2SPEntity entity)SAML2SPEntityJPASAML2SPEntityDAO. save(SAML2SPEntity entity) -
Uses of SAML2SPEntity in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement SAML2SPEntity Modifier and Type Class Description classJPASAML2SPEntity -
Uses of SAML2SPEntity in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return SAML2SPEntity Modifier and Type Method Description SAML2SPEntitySAML2SPEntityDataBinder. create(SAML2SPEntityTO entityTO)SAML2SPEntitySAML2SPEntityDataBinder. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type SAML2SPEntity Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityDataBinder. getSAML2SPEntityTO(SAML2SPEntity entity)SAML2SPEntitySAML2SPEntityDataBinder. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO) -
Uses of SAML2SPEntity in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SPEntity Modifier and Type Method Description SAML2SPEntitySAML2SPEntityDataBinderImpl. create(SAML2SPEntityTO entityTO)SAML2SPEntitySAML2SPEntityDataBinderImpl. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SPEntity Modifier and Type Method Description SAML2SPEntityTOSAML2SPEntityDataBinderImpl. getSAML2SPEntityTO(SAML2SPEntity entity)SAML2SPEntitySAML2SPEntityDataBinderImpl. update(SAML2SPEntity entity, SAML2SPEntityTO entityTO)
-