public interface IModelPrivGrant extends IUniquelyNamed, Serializable
IModelPrivGrant
as defined during design time.
NOTE: this class should not be used directly by application to check
security.Modifier and Type | Field and Description |
---|---|
static String |
MODEL_PRIV_GRANT_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
IEntityPrivGrant |
getEntityPrivGrant(String pPrivGrantName)
Return the
IEntityPrivGrant with the given name |
List<IEntityPrivGrant> |
getEntityPrivGrants()
Returns the list of
IEntityPrivGrant |
String |
getName()
The unique name of this ModelPrivGrant
|
String |
getRoleName()
The Role name for which those privileges are defined.
|
boolean |
isDataAdmin()
Indicates whether this privilege grant provide data administrator
privileges for this model.
|
boolean |
isIntegrationWebServiceAuthorized() |
getPrefixedUniqueName, getUniqueName
static final String MODEL_PRIV_GRANT_PREFIX
String getName()
String getRoleName()
boolean isDataAdmin()
boolean isIntegrationWebServiceAuthorized()
IEntityPrivGrant getEntityPrivGrant(String pPrivGrantName)
IEntityPrivGrant
with the given namepPrivGrantName
- List<IEntityPrivGrant> getEntityPrivGrants()
IEntityPrivGrant
Copyright © 2015. All Rights Reserved.