Class JPAAccountPolicy
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.policy.AbstractPolicy
org.apache.syncope.core.persistence.jpa.entity.policy.JPAAccountPolicy
- All Implemented Interfaces:
Serializable,Entity,AccountPolicy,Policy
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(Implementation rule) intList<? extends Implementation> getRules()booleanvoidsetMaxAuthenticationAttempts(int maxAuthenticationAttempts) voidsetPropagateSuspension(boolean propagateSuspension) Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.policy.AbstractPolicy
getName, setNameMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPAAccountPolicy
public JPAAccountPolicy()
-
-
Method Details
-
isPropagateSuspension
public boolean isPropagateSuspension()- Specified by:
isPropagateSuspensionin interfaceAccountPolicy
-
setPropagateSuspension
public void setPropagateSuspension(boolean propagateSuspension) - Specified by:
setPropagateSuspensionin interfaceAccountPolicy
-
getMaxAuthenticationAttempts
public int getMaxAuthenticationAttempts()- Specified by:
getMaxAuthenticationAttemptsin interfaceAccountPolicy
-
setMaxAuthenticationAttempts
public void setMaxAuthenticationAttempts(int maxAuthenticationAttempts) - Specified by:
setMaxAuthenticationAttemptsin interfaceAccountPolicy
-
add
- Specified by:
addin interfaceAccountPolicy
-
getRules
- Specified by:
getRulesin interfaceAccountPolicy
-