Package io.jans.scim.model
Class User
- java.lang.Object
-
- io.jans.orm.model.base.Entry
-
- io.jans.scim.model.CustomEntry
-
- io.jans.scim.model.User
-
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
GluuCustomPerson
public class User extends CustomEntry implements Serializable, Cloneable
User- Author:
- Yuriy Movchan Date: 06/10/2013
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GluuCustomAttribute>
customAttributes
-
Constructor Summary
Constructors Constructor Description User()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GluuCustomAttribute>
getCustomAttributes()
String
getDisplayName()
String
getInum()
String
getUid()
void
setCustomAttributes(List<GluuCustomAttribute> customAttributes)
void
setDisplayName(String value)
void
setInum(String value)
void
setUid(String value)
-
Methods inherited from class io.jans.scim.model.CustomEntry
getAttribute, getAttribute, getAttributes, getCustomObjectClasses, setAttribute, setAttribute, setAttribute, setCustomObjectClasses, toString
-
-
-
-
Field Detail
-
customAttributes
protected List<GluuCustomAttribute> customAttributes
-
-
Method Detail
-
getCustomAttributes
public List<GluuCustomAttribute> getCustomAttributes()
- Specified by:
getCustomAttributes
in classCustomEntry
-
setCustomAttributes
public void setCustomAttributes(List<GluuCustomAttribute> customAttributes)
- Specified by:
setCustomAttributes
in classCustomEntry
-
getInum
public String getInum()
-
setInum
public void setInum(String value)
-
getUid
public String getUid()
-
setUid
public void setUid(String value)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String value)
-
-