Class GluuSimplePerson
- java.lang.Object
-
- org.gluu.persist.model.base.Entry
-
- org.gluu.oxtrust.model.CustomEntry
-
- org.gluu.oxtrust.ldap.cache.model.GluuSimplePerson
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class GluuSimplePerson extends CustomEntry implements java.io.Serializable
Person with custom attributes- Author:
- Yuriy Movchan Date: 07.13.2011
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GluuSimplePerson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GluuCustomAttribute>
getCustomAttributes()
java.lang.String
getSourceServerName()
void
setCustomAttributes(java.util.List<GluuCustomAttribute> customAttributes)
void
setSourceServerName(java.lang.String sourceServerName)
-
Methods inherited from class org.gluu.oxtrust.model.CustomEntry
getAttribute, getAttribute, getAttributes, getAttributeStringValues, getCustomAttribute, getCustomObjectClasses, getStringAttribute, getStringAttributes, setAttribute, setAttribute, setAttribute, setCustomObjectClasses, toString
-
-
-
-
Method Detail
-
getCustomAttributes
public java.util.List<GluuCustomAttribute> getCustomAttributes()
- Specified by:
getCustomAttributes
in classCustomEntry
-
setCustomAttributes
public void setCustomAttributes(java.util.List<GluuCustomAttribute> customAttributes)
- Specified by:
setCustomAttributes
in classCustomEntry
-
getSourceServerName
public java.lang.String getSourceServerName()
-
setSourceServerName
public void setSourceServerName(java.lang.String sourceServerName)
-
-