com.ibm.jarm.api.security

Interface RMUser

  • All Superinterfaces:
    RMPrincipal


    public interface RMUser
    extends RMPrincipal
    Represents an individual user defined for the domain.
    • Method Detail

      • getEmailName

        java.lang.String getEmailName()
        Returns the Email address property value.
        Returns:
        A String value. This entry can be null or blank.
      • getGroupMemberships

        PageableSet<RMGroup> getGroupMemberships()
        Returns the collection of RMGroup instances that this RMUser is an immediate member of.
        Returns:
        A collection of RMGroup. This entry can be empty.
        Throws:
        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.