Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.SAML2SPClientApp
Packages that use SAML2SPClientApp
Package
Description
-
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type SAML2SPClientAppModifier and TypeMethodDescriptionOptional<? extends SAML2SPClientApp> SAML2SPClientAppDAO.findByEntityId(String clientId) -
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExt.save(SAML2SPClientApp clientApp) SAML2SPClientAppRepoExtImpl.save(SAML2SPClientApp clientApp) Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExtImpl.findAllByPolicy(Policy policy) SAML2SPClientAppRepoExtImpl.findAllByRealm(Realm realm) Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExt.save(SAML2SPClientApp clientApp) SAML2SPClientAppRepoExtImpl.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 -
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExt.save(SAML2SPClientApp clientApp) SAML2SPClientAppRepoExtImpl.save(SAML2SPClientApp clientApp) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExtImpl.findAllByPolicy(Policy policy) SAML2SPClientAppRepoExtImpl.findAllByRealm(Realm realm) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type SAML2SPClientAppModifier and TypeMethodDescriptionSAML2SPClientAppRepoExt.save(SAML2SPClientApp clientApp) SAML2SPClientAppRepoExtImpl.save(SAML2SPClientApp clientApp) -
Uses of SAML2SPClientApp in org.apache.syncope.core.persistence.neo4j.entity.am
Classes in org.apache.syncope.core.persistence.neo4j.entity.am that implement SAML2SPClientApp -
Uses of SAML2SPClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SAML2SPClientAppModifier and TypeMethodDescriptionprotected SAML2SPClientAppClientAppDataBinderImpl.doCreate(SAML2SPClientAppTO clientAppTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SAML2SPClientAppModifier and TypeMethodDescriptionprotected voidClientAppDataBinderImpl.doUpdate(SAML2SPClientApp clientApp, SAML2SPClientAppTO clientAppTO) protected SAML2SPClientAppTOClientAppDataBinderImpl.getSAMLClientAppTO(SAML2SPClientApp clientApp)