public class UserProfile extends Object
Modifier and Type | Method and Description |
---|---|
JsonValue |
asRawJson()
Get the raw JSON representation as a
JsonValue . |
String |
getCommonName()
Get the common name (cn) or
null if none. |
String |
getDistinguishedName()
Get the user's distinguished name (dn) or
null if none. |
String |
getRealm()
Get the user's realm or
null if none. |
String |
getUsername()
Get the user's username.
|
Map<String,Object> |
rawInfo()
Returns the unmodifiable
Map of the user profile info, not null . |
public String getUsername()
public String getRealm()
null
if none.null
if none.public String getDistinguishedName()
null
if none.null
if none.public String getCommonName()
null
if none.null
if none.public Map<String,Object> rawInfo()
Map
of the user profile info, not null
.Map
of the user profile info, not null
.Copyright 2011-2017 ForgeRock AS.