Class Neo4jRealm
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractAttributable
org.apache.syncope.core.persistence.neo4j.entity.Neo4jRealm
- All Implemented Interfaces:
Serializable,Attributable,Entity,Realm
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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) List<? extends Implementation> getName()List<? extends ExternalResource> Optional<? extends AnyTemplateRealm> getTemplate(AnyType anyType) List<? extends AnyTemplateRealm> voidpostLoad()voidsetAccessPolicy(AccessPolicy accessPolicy) voidsetAccountPolicy(AccountPolicy accountPolicy) voidsetAnyTypeClass(AnyTypeClass anyTypeClass) voidvoidsetAuthPolicy(AuthPolicy authPolicy) voidsetFullPath(String fullPath) voidvoidvoidsetPasswordPolicy(PasswordPolicy passwordPolicy) voidMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractAttributable
add, completePlainAttrs, doComplete, getPlainAttr, getPlainAttrs, removeMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.syncope.core.persistence.api.entity.Attributable
add, getPlainAttr, getPlainAttrs, remove
-
Field Details
-
NODE
- See Also:
-
PARENT_REL
- See Also:
-
REALM_ANYTYPECLASS_REL
- See Also:
-
REALM_PASSWORD_POLICY_REL
- See Also:
-
REALM_ACCOUNT_POLICY_REL
- See Also:
-
REALM_AUTH_POLICY_REL
- See Also:
-
REALM_ACCESS_POLICY_REL
- See Also:
-
REALM_ATTR_RELEASE_POLICY_REL
- See Also:
-
REALM_TICKET_EXPIRATION_POLICY_REL
- See Also:
-
REALM_LOGIC_ACTIONS_REL
- See Also:
-
REALM_RESOURCE_REL
- See Also:
-
plainAttrs
-
-
Constructor Details
-
Neo4jRealm
public Neo4jRealm()
-
-
Method Details
-
plainAttrs
- Specified by:
plainAttrsin classAbstractAttributable
-
getName
-
setName
-
getParent
-
setParent
-
getFullPath
- Specified by:
getFullPathin interfaceRealm
-
setFullPath
-
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
-
postLoad
public void postLoad()
-