Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.OIDCRPClientApp
Packages that use OIDCRPClientApp
Package
Description
-
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type OIDCRPClientAppModifier and TypeMethodDescriptionOptional<? extends OIDCRPClientApp> OIDCRPClientAppDAO.findByClientId(String clientId) -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.jpa.dao.repo
Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExt.save(OIDCRPClientApp clientApp) OIDCRPClientAppRepoExtImpl.save(OIDCRPClientApp clientApp) Methods in org.apache.syncope.core.persistence.jpa.dao.repo that return types with arguments of type OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExtImpl.findAllByPolicy(Policy policy) OIDCRPClientAppRepoExtImpl.findAllByRealm(Realm realm) Methods in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExt.save(OIDCRPClientApp clientApp) OIDCRPClientAppRepoExtImpl.save(OIDCRPClientApp clientApp) -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement OIDCRPClientApp -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExt.save(OIDCRPClientApp clientApp) OIDCRPClientAppRepoExtImpl.save(OIDCRPClientApp clientApp) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExtImpl.findAllByPolicy(Policy policy) OIDCRPClientAppRepoExtImpl.findAllByRealm(Realm realm) Methods in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type OIDCRPClientAppModifier and TypeMethodDescriptionOIDCRPClientAppRepoExt.save(OIDCRPClientApp clientApp) OIDCRPClientAppRepoExtImpl.save(OIDCRPClientApp clientApp) -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.neo4j.entity.am
Classes in org.apache.syncope.core.persistence.neo4j.entity.am that implement OIDCRPClientApp -
Uses of OIDCRPClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return OIDCRPClientAppModifier and TypeMethodDescriptionprotected OIDCRPClientAppClientAppDataBinderImpl.doCreate(OIDCRPClientAppTO clientAppTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCRPClientAppModifier and TypeMethodDescriptionprotected voidClientAppDataBinderImpl.doUpdate(OIDCRPClientApp clientApp, OIDCRPClientAppTO clientAppTO) protected OIDCRPClientAppTOClientAppDataBinderImpl.getOIDCClientAppTO(OIDCRPClientApp clientApp)