|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelPrivGrant
This class represent a IModelPrivGrant
as defined during design time.
NOTE: this class should not be used directly by application to check
security.
Field Summary | |
---|---|
static String |
MODEL_PRIV_GRANT_PREFIX
|
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
SEP |
Method Summary | |
---|---|
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()
|
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed |
---|
getPrefixedUniqueName, getUniqueName |
Field Detail |
---|
static final String MODEL_PRIV_GRANT_PREFIX
Method Detail |
---|
String getName()
String getRoleName()
boolean isDataAdmin()
boolean isIntegrationWebServiceAuthorized()
IEntityPrivGrant getEntityPrivGrant(String pPrivGrantName)
IEntityPrivGrant
with the given name
pPrivGrantName
- List<IEntityPrivGrant> getEntityPrivGrants()
IEntityPrivGrant
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |