public interface Grant extends Serializable
Grant class represents a permission granted to a user to perform as
a specific model participant (role or organization) of a model.| Modifier and Type | Method and Description |
|---|---|
Department |
getDepartment()
Gets the department with which this grant is associated.
|
String |
getId()
Gets the ID of the participant.
|
String |
getName()
Gets the name of the participant.
|
String |
getNamespace()
Gets the participant namespace.
|
String |
getQualifiedId()
Gets the qualified ID of the participant
|
boolean |
isOrganization()
Gets whether this participant is a role or an organization.
|
String getId()
String getQualifiedId()
String getNamespace()
String getName()
boolean isOrganization()
Organization.Department getDepartment()
Department or null if the grant has no department association.Copyright © 2016 Eclipse Stardust. All Rights Reserved.