public interface PolicyDAO extends DAO<Policy>
Modifier and Type | Method and Description |
---|---|
<T extends Policy> |
delete(T policy) |
<T extends Policy> |
find(Class<T> reference) |
<T extends Policy> |
find(String key) |
List<Policy> |
findAll() |
List<AccountPolicy> |
findByAccountRule(Implementation accountRule) |
List<PasswordPolicy> |
findByPasswordRule(Implementation passwordRule) |
List<PullPolicy> |
findByPullCorrelationRule(Implementation correlationRule) |
List<PushPolicy> |
findByPushCorrelationRule(Implementation correlationRule) |
List<AccountPolicy> |
findByResource(ExternalResource resource) |
<T extends Policy> |
save(T policy) |
List<AccountPolicy> findByAccountRule(Implementation accountRule)
List<PasswordPolicy> findByPasswordRule(Implementation passwordRule)
List<PullPolicy> findByPullCorrelationRule(Implementation correlationRule)
List<PushPolicy> findByPushCorrelationRule(Implementation correlationRule)
List<AccountPolicy> findByResource(ExternalResource resource)
<T extends Policy> T save(T policy)
<T extends Policy> void delete(T policy)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.