Modifier and Type | Method and Description |
---|---|
static RMUser |
fetchInstance(DomainConnection domainConn,
java.lang.String userIdent,
RMPropertyFilter filter)
Retrieves a specific
RMUser instance. |
public static RMUser fetchInstance(DomainConnection domainConn, java.lang.String userIdent, RMPropertyFilter filter)
RMUser
instance.domainConn
- a DomainConnection
instance for the desired domain.
This entry cannot be null
.userIdent
- a String
identifier for the desired user.
This entry can be null
to indicate the current user for the
particular DomainConnection
specified.filter
- an optional RMPropertyFilter
defining which properties
to retrieve.
This entry can be null
.RMUser
instance.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.