Class OIDCRPClientAppRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.AbstractClientRepoExt<OIDCRPClientApp>
org.apache.syncope.core.persistence.jpa.dao.repo.OIDCRPClientAppRepoExtImpl
- All Implemented Interfaces:
ClientAppRepoExt<OIDCRPClientApp>,OIDCRPClientAppRepoExt
public class OIDCRPClientAppRepoExtImpl
extends AbstractClientRepoExt<OIDCRPClientApp>
implements OIDCRPClientAppRepoExt
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.dao.repo.AbstractClientRepoExt
entityManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllByPolicy(Policy policy) findAllByRealm(Realm realm) save(OIDCRPClientApp clientApp) Methods inherited from class org.apache.syncope.core.persistence.jpa.dao.repo.AbstractClientRepoExt
findAllByPolicy, findAllByRealm, getByPolicyQuery
-
Constructor Details
-
OIDCRPClientAppRepoExtImpl
-
-
Method Details
-
findAllByPolicy
- Specified by:
findAllByPolicyin interfaceClientAppRepoExt<OIDCRPClientApp>
-
findAllByRealm
- Specified by:
findAllByRealmin interfaceClientAppRepoExt<OIDCRPClientApp>
-
save
- Specified by:
savein interfaceOIDCRPClientAppRepoExt
-