Class OIDCRPClientAppRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
org.apache.syncope.core.persistence.neo4j.dao.repo.AbstractClientRepoExt<OIDCRPClientApp>
org.apache.syncope.core.persistence.neo4j.dao.repo.OIDCRPClientAppRepoExtImpl
- All Implemented Interfaces:
ClientAppRepoExt<OIDCRPClientApp>,OIDCRPClientAppRepoExt
public class OIDCRPClientAppRepoExtImpl
extends AbstractClientRepoExt<OIDCRPClientApp>
implements OIDCRPClientAppRepoExt
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
LOG, neo4jClient, neo4jTemplate -
Constructor Summary
ConstructorsConstructorDescriptionOIDCRPClientAppRepoExtImpl(org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) -
Method Summary
Modifier and TypeMethodDescriptionfindAllByPolicy(Policy policy) findAllByRealm(Realm realm) save(OIDCRPClientApp clientApp) Methods inherited from class org.apache.syncope.core.persistence.neo4j.dao.repo.AbstractClientRepoExt
findAllByPolicy, findAllByRealm, toDomainTypeMethods inherited from class org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
cascadeDelete, deleteRelationship, findById, findByRelationship, findByRelationship, toList, toOptional
-
Field Details
-
nodeValidator
-
-
Constructor Details
-
OIDCRPClientAppRepoExtImpl
public OIDCRPClientAppRepoExtImpl(org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator)
-
-
Method Details
-
findAllByPolicy
- Specified by:
findAllByPolicyin interfaceClientAppRepoExt<OIDCRPClientApp>
-
findAllByRealm
- Specified by:
findAllByRealmin interfaceClientAppRepoExt<OIDCRPClientApp>
-
save
- Specified by:
savein interfaceOIDCRPClientAppRepoExt
-