|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRightBase
This object provides information about a particular right on an object for a particular principal.
| Method Summary | |
|---|---|
java.lang.String |
getApplicableKind()
Returns plugin kind the security item applies to. |
int |
getApplicableType()
Returns plugin type the security item applies to. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the description of the security item. |
java.lang.String |
getObjectType()
Deprecated. Use getApplicableKind instead which has the same meaning but a more intuitive API name |
RightDescriptor |
getRightDescriptor()
Returns the description used to identify the right |
java.lang.String |
getScope()
Returns the right scope of the security item. |
boolean |
isGranted()
Returns true if the right is granted, and false otherwise. |
boolean |
isSpecified()
Returns true if the right is either explicit assigned or inherited from some parent object,
and false if the right is not specified on current object or any parent objects. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IRightIDBase |
|---|
getBaseID, getID, getRightPluginKind, getRightPluginType, isOwner |
| Method Detail |
|---|
java.lang.String getDescription(java.util.Locale locale)
locale - A Locale object specifying the locale-specific display
properties.
String.java.lang.String getObjectType()
java.lang.String getApplicableKind()
int getApplicableType()
java.lang.String getScope()
CeSecurityOptions.RightScope. The scope can
be "this" or "descendants". "this" means that the assigned right is effective on the current object and
"descendants" means it is effective on objects contained in current object.
boolean isGranted()
true if the right is granted, and false otherwise.
true if the right is granted, and false otherwise.boolean isSpecified()
true if the right is either explicit assigned or inherited from some parent object,
and false if the right is not specified on current object or any parent objects.
true if the right is explicitly assigned or inherited, and false otherwise.RightDescriptor getRightDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||