public interface RMUser extends RMPrincipal
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmailName()
Returns the
Email address property value. |
PageableSet<RMGroup> |
getGroupMemberships()
Returns the collection of
RMGroup instances
that this RMUser is an immediate member of. |
getDisplayName, getDistinguishedName, getId, getName, getShortName
java.lang.String getEmailName()
Email
address property value.String
value. This entry can be null
or blank.PageableSet<RMGroup> getGroupMemberships()
RMGroup
instances
that this RMUser
is an immediate member of.RMGroup
.
This entry can be empty.RAL_BASEOBJECT_UNAVAILABLE
- for an unexpected error attempting to retrieve this
RMUser
and its properties from its repository.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.