Interface PushPolicy
- All Superinterfaces:
Entity,Policy,ProvisioningPolicy,Serializable
- All Known Implementing Classes:
JPAPushPolicy,Neo4jPushPolicy
-
Field Summary
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(PushCorrelationRuleEntity rule) Optional<? extends PushCorrelationRuleEntity> getCorrelationRule(String anyType) List<? extends PushCorrelationRuleEntity> Methods inherited from interface org.apache.syncope.core.persistence.api.entity.policy.Policy
getName, setNameMethods inherited from interface org.apache.syncope.core.persistence.api.entity.policy.ProvisioningPolicy
getConflictResolutionAction, setConflictResolutionAction
-
Method Details
-
add
-
getCorrelationRule
-
getCorrelationRules
List<? extends PushCorrelationRuleEntity> getCorrelationRules()
-