Package org.apache.syncope.common.lib.to
Class RealmTO
java.lang.Object
org.apache.syncope.common.lib.to.RealmTO
- All Implemented Interfaces:
Serializable,BaseBean,AttributableTO,EntityTO,NamedEntityTO,TemplatableTO
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetDerAttr(String schema) getKey()getName()getPlainAttr(String schema) inthashCode()voidsetAccessPolicy(String accessPolicy) voidsetAccountPolicy(String accountPolicy) voidsetAnyTypeClass(String anyTypeClass) voidsetAttrReleasePolicy(String attrReleasePolicy) voidsetAuthPolicy(String authPolicy) voidsetFullPath(String fullPath) voidvoidvoidvoidsetPasswordPolicy(String passwordPolicy) voidsetTicketExpirationPolicy(String ticketExpirationPolicy)
-
Constructor Details
-
RealmTO
public RealmTO()
-
-
Method Details
-
getKey
-
setKey
-
getName
- Specified by:
getNamein interfaceNamedEntityTO
-
setName
- Specified by:
setNamein interfaceNamedEntityTO
-
getParent
-
setParent
-
getFullPath
-
setFullPath
-
getAnyTypeClass
-
setAnyTypeClass
-
getAccountPolicy
-
setAccountPolicy
-
getPasswordPolicy
-
setPasswordPolicy
-
getAuthPolicy
-
setAuthPolicy
-
getAccessPolicy
-
setAccessPolicy
-
getAttrReleasePolicy
-
setAttrReleasePolicy
-
getTicketExpirationPolicy
-
setTicketExpirationPolicy
-
getPlainAttrs
- Specified by:
getPlainAttrsin interfaceAttributableTO
-
getPlainAttr
- Specified by:
getPlainAttrin interfaceAttributableTO
-
getDerAttrs
- Specified by:
getDerAttrsin interfaceAttributableTO
-
getDerAttr
- Specified by:
getDerAttrin interfaceAttributableTO
-
getActions
-
getTemplates
- Specified by:
getTemplatesin interfaceTemplatableTO
-
getResources
-
equals
-
hashCode
public int hashCode()
-