Interface PolicyDAO
- All Known Implementing Classes:
JPAPolicyDAO,Neo4jPolicyDAO
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
DEFAULT_SORT -
Method Summary
Modifier and TypeMethodDescriptionList<? extends AccountPolicy> findByAccountRule(Implementation accountRule) List<? extends InboundPolicy> findByInboundCorrelationRule(Implementation correlationRule) List<? extends PasswordPolicy> findByPasswordRule(Implementation passwordRule) List<? extends PushPolicy> findByPushCorrelationRule(Implementation correlationRule) List<? extends AccountPolicy> findByResource(ExternalResource resource) Methods inherited from interface org.apache.syncope.core.persistence.api.dao.DAO
count, delete, deleteById, existsById, findAll, findById, save
-
Method Details
-
findById
-
findAll
-
findByAccountRule
-
findByPasswordRule
-
findByInboundCorrelationRule
-
findByPushCorrelationRule
-
findByResource
-