Rolepublic interface Role implements PrincipalAbstract representation of a security role, suitable for use in
environments like JAAS that want to deal with Principals . |
Methods Summary |
---|
public java.lang.String | getDescription()Return the description of this role.
| public java.lang.String | getRolename()Return the role name of this role, which must be unique
within the scope of a {@link UserDatabase}.
| public UserDatabase | getUserDatabase()Return the {@link UserDatabase} within which this Role is defined.
| public void | setDescription(java.lang.String description)Set the description of this role.
| public void | setRolename(java.lang.String rolename)Set the role name of this role, which must be unique
within the scope of a {@link UserDatabase}.
|
|