Class JPARealm
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.AbstractAttributable
org.apache.syncope.core.persistence.jpa.entity.JPARealm
- All Implemented Interfaces:
Serializable,Attributable,Entity,Realm
- 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(AnyTemplateRealm template) booleanadd(ExternalResource resource) booleanadd(Implementation action) booleanList<? extends Implementation> getName()getPlainAttr(String plainSchema) Returns the plain attribute for this instance and the given schema name.sReturns the plain attributes for this instance.List<? extends ExternalResource> Optional<? extends AnyTemplateRealm> getTemplate(AnyType anyType) List<? extends AnyTemplateRealm> booleanvoidsetAccessPolicy(AccessPolicy accessPolicy) voidsetAccountPolicy(AccountPolicy accountPolicy) voidsetAnyTypeClass(AnyTypeClass anyTypeClass) voidvoidsetAuthPolicy(AuthPolicy authPolicy) voidsetFullPath(String fullPath) voidvoidvoidsetPasswordPolicy(PasswordPolicy passwordPolicy) voidsetPlainAttrsJSON(String plainAttrs) voidMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractAttributable
list2jsonMethods 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
-
JPARealm
public JPARealm()
-
-
Method Details
-
getName
-
setName
-
getParent
-
setParent
-
getFullPath
- Specified by:
getFullPathin interfaceRealm
-
setFullPath
-
getPlainAttrsList
- Specified by:
getPlainAttrsListin classAbstractAttributable
-
getPlainAttrsJSON
- Specified by:
getPlainAttrsJSONin classAbstractAttributable
-
setPlainAttrsJSON
- Specified by:
setPlainAttrsJSONin classAbstractAttributable
-
add
- Specified by:
addin interfaceAttributable
-
remove
- Specified by:
removein interfaceAttributable
-
getPlainAttr
Description copied from interface:AttributableReturns the plain attribute for this instance and the given schema name.s- Specified by:
getPlainAttrin interfaceAttributable- Parameters:
plainSchema- plain schema name- Returns:
- plain attribute for this instance and the given schema name
-
getPlainAttrs
Description copied from interface:AttributableReturns the plain attributes for this instance.- Specified by:
getPlainAttrsin interfaceAttributable- Returns:
- plain attribute for this instance
-
getAnyTypeClass
- Specified by:
getAnyTypeClassin interfaceRealm
-
setAnyTypeClass
- Specified by:
setAnyTypeClassin interfaceRealm
-
getAccountPolicy
- Specified by:
getAccountPolicyin interfaceRealm
-
setAccountPolicy
- Specified by:
setAccountPolicyin interfaceRealm
-
getPasswordPolicy
- Specified by:
getPasswordPolicyin interfaceRealm
-
setPasswordPolicy
- Specified by:
setPasswordPolicyin interfaceRealm
-
getAuthPolicy
- Specified by:
getAuthPolicyin interfaceRealm
-
setAuthPolicy
- Specified by:
setAuthPolicyin interfaceRealm
-
getAccessPolicy
- Specified by:
getAccessPolicyin interfaceRealm
-
setAccessPolicy
- Specified by:
setAccessPolicyin interfaceRealm
-
getAttrReleasePolicy
- Specified by:
getAttrReleasePolicyin interfaceRealm
-
setAttrReleasePolicy
- Specified by:
setAttrReleasePolicyin interfaceRealm
-
getTicketExpirationPolicy
- Specified by:
getTicketExpirationPolicyin interfaceRealm
-
setTicketExpirationPolicy
- Specified by:
setTicketExpirationPolicyin interfaceRealm
-
add
-
getActions
- Specified by:
getActionsin interfaceRealm
-
add
-
getTemplate
- Specified by:
getTemplatein interfaceRealm
-
getTemplates
- Specified by:
getTemplatesin interfaceRealm
-
add
-
getResources
- Specified by:
getResourcesin interfaceRealm
-