@Evolving public interface Role extends Auditable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
The name of the role.
|
java.util.List<Privilege> |
privileges()
The privileges of the role.
|
java.util.Map<java.lang.String,java.lang.String> |
properties()
The properties of the role.
|
SecurableObject |
securableObject()
The securable object represents a special kind of entity with a unique identifier.
|
java.lang.String name()
java.util.Map<java.lang.String,java.lang.String> properties()
java.util.List<Privilege> privileges()
SecurableObject securableObject()