Class AbstractClientRepoExt<C extends ClientApp>
java.lang.Object
org.apache.syncope.core.persistence.jpa.dao.repo.AbstractClientRepoExt<C>
- All Implemented Interfaces:
ClientAppRepoExt<C>
- Direct Known Subclasses:
CASSPClientAppRepoExtImpl,OIDCRPClientAppRepoExtImpl,SAML2SPClientAppRepoExtImpl
public abstract class AbstractClientRepoExt<C extends ClientApp>
extends Object
implements ClientAppRepoExt<C>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuildergetByPolicyQuery(Class<? extends Policy> policyClass, Class<? extends C> clientAppJPAClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.jpa.dao.repo.ClientAppRepoExt
findAllByPolicy, findAllByRealm
-
Field Details
-
entityManager
-
-
Constructor Details
-
AbstractClientRepoExt
-
-
Method Details
-
getByPolicyQuery
protected StringBuilder getByPolicyQuery(Class<? extends Policy> policyClass, Class<? extends C> clientAppJPAClass) -
findAllByPolicy
-
findAllByRealm
-