Class SCIMUserManager
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.api.data.SCIMUserManager
-
- All Implemented Interfaces:
Serializable
public class SCIMUserManager extends Object
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMUserManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getRef()
String
getValue()
boolean
isEmpty()
void
setDisplayName(String displayName)
void
setRef(String ref)
void
setValue(String value)
-
-
-
Method Detail
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getRef
public String getRef()
-
setRef
public void setRef(String ref)
-
getDisplayName
public String getDisplayName()
-
setDisplayName
public void setDisplayName(String displayName)
-
isEmpty
public boolean isEmpty()
-
-