Class Role


  • public class Role
    extends Profile
    A role is a profile that is not a reference to a specific user; several users can have the same role.

    See Also:
    Session
    • Method Detail

      • getRoleName

        public String getRoleName()
        Returns the name of the role. For a custom role, the name must be a unique identifier in the directory.
        See Also:
        Profile.forSpecificRole(String)