Class SAML2SPClientAppRepoExtImpl
java.lang.Object
org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
org.apache.syncope.core.persistence.neo4j.dao.repo.AbstractClientRepoExt<SAML2SPClientApp>
org.apache.syncope.core.persistence.neo4j.dao.repo.SAML2SPClientAppRepoExtImpl
- All Implemented Interfaces:
ClientAppRepoExt<SAML2SPClientApp>,SAML2SPClientAppRepoExt
public class SAML2SPClientAppRepoExtImpl
extends AbstractClientRepoExt<SAML2SPClientApp>
implements SAML2SPClientAppRepoExt
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.neo4j.dao.AbstractDAO
LOG, neo4jClient, neo4jTemplate -
Constructor Summary
ConstructorsConstructorDescriptionSAML2SPClientAppRepoExtImpl(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(SAML2SPClientApp 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
-
SAML2SPClientAppRepoExtImpl
public SAML2SPClientAppRepoExtImpl(org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator)
-
-
Method Details
-
findAllByPolicy
- Specified by:
findAllByPolicyin interfaceClientAppRepoExt<SAML2SPClientApp>
-
findAllByRealm
- Specified by:
findAllByRealmin interfaceClientAppRepoExt<SAML2SPClientApp>
-
save
- Specified by:
savein interfaceSAML2SPClientAppRepoExt
-