Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.SAML2SPClientApp
-
-
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return SAML2SPClientApp Modifier and Type Method Description SAML2SPClientAppSAML2SPClientAppDAO. find(String key)SAML2SPClientAppSAML2SPClientAppDAO. findByClientAppId(Long clientAppId)SAML2SPClientAppSAML2SPClientAppDAO. findByEntityId(String clientId)SAML2SPClientAppSAML2SPClientAppDAO. findByName(String name)SAML2SPClientAppSAML2SPClientAppDAO. save(SAML2SPClientApp clientApp)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SAML2SPClientApp Modifier and Type Method Description List<SAML2SPClientApp>SAML2SPClientAppDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type SAML2SPClientApp Modifier and Type Method Description voidSAML2SPClientAppDAO. delete(SAML2SPClientApp clientApp)SAML2SPClientAppSAML2SPClientAppDAO. save(SAML2SPClientApp clientApp) -
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return SAML2SPClientApp Modifier and Type Method Description SAML2SPClientAppJPASAML2SPClientAppDAO. find(String key)SAML2SPClientAppJPASAML2SPClientAppDAO. findByClientAppId(Long clientAppId)SAML2SPClientAppJPASAML2SPClientAppDAO. findByEntityId(String entityId)SAML2SPClientAppJPASAML2SPClientAppDAO. findByName(String name)SAML2SPClientAppJPASAML2SPClientAppDAO. save(SAML2SPClientApp clientApp)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SAML2SPClientApp Modifier and Type Method Description List<SAML2SPClientApp>JPASAML2SPClientAppDAO. findAll()List<SAML2SPClientApp>JPASAML2SPClientAppDAO. findByPolicy(Policy policy)List<SAML2SPClientApp>JPASAML2SPClientAppDAO. findByRealm(Realm realm)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type SAML2SPClientApp Modifier and Type Method Description voidJPASAML2SPClientAppDAO. delete(SAML2SPClientApp clientApp)SAML2SPClientAppJPASAML2SPClientAppDAO. save(SAML2SPClientApp clientApp) -
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement SAML2SPClientApp Modifier and Type Class Description classJPASAML2SPClientApp -
Uses of SAML2SPClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SPClientApp Modifier and Type Method Description protected SAML2SPClientAppClientAppDataBinderImpl. doCreate(SAML2SPClientAppTO clientAppTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SPClientApp Modifier and Type Method Description protected voidClientAppDataBinderImpl. doUpdate(SAML2SPClientApp clientApp, SAML2SPClientAppTO clientAppTO)protected SAML2SPClientAppTOClientAppDataBinderImpl. getSAMLClientAppTO(SAML2SPClientApp clientApp)
-