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 TypeMethodDescriptionboolean
getDerAttr
(String schema) getKey()
getName()
getPlainAttr
(String schema) int
hashCode()
void
setAccessPolicy
(String accessPolicy) void
setAccountPolicy
(String accountPolicy) void
setAnyTypeClass
(String anyTypeClass) void
setAttrReleasePolicy
(String attrReleasePolicy) void
setAuthPolicy
(String authPolicy) void
setFullPath
(String fullPath) void
void
void
void
setPasswordPolicy
(String passwordPolicy) void
setTicketExpirationPolicy
(String ticketExpirationPolicy)
-
Constructor Details
-
RealmTO
public RealmTO()
-
-
Method Details
-
getKey
-
setKey
-
getName
- Specified by:
getName
in interfaceNamedEntityTO
-
setName
- Specified by:
setName
in interfaceNamedEntityTO
-
getParent
-
setParent
-
getFullPath
-
setFullPath
-
getAnyTypeClass
-
setAnyTypeClass
-
getAccountPolicy
-
setAccountPolicy
-
getPasswordPolicy
-
setPasswordPolicy
-
getAuthPolicy
-
setAuthPolicy
-
getAccessPolicy
-
setAccessPolicy
-
getAttrReleasePolicy
-
setAttrReleasePolicy
-
getTicketExpirationPolicy
-
setTicketExpirationPolicy
-
getPlainAttrs
- Specified by:
getPlainAttrs
in interfaceAttributableTO
-
getPlainAttr
- Specified by:
getPlainAttr
in interfaceAttributableTO
-
getDerAttrs
- Specified by:
getDerAttrs
in interfaceAttributableTO
-
getDerAttr
- Specified by:
getDerAttr
in interfaceAttributableTO
-
getActions
-
getTemplates
- Specified by:
getTemplates
in interfaceTemplatableTO
-
getResources
-
equals
-
hashCode
public int hashCode()
-