|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
public interface ISecurityRight
This object provides information about the rights that are set on an object for a particular principal.
| Method Summary | |
|---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
int |
getID()
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
java.lang.String |
getObjectType()
Deprecated. |
boolean |
isGranted()
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
boolean |
isInherited()
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
boolean |
isOwner()
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
void |
setGranted(boolean granted)
Deprecated. Since 12.0, ISecurityRight has been replaced by IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively |
| Method Detail |
|---|
boolean isGranted()
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
Returns true if the right is granted, and false otherwise.
true if the right is granted, and false otherwise.void setGranted(boolean granted)
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
Sets whether a right is granted. This value should be set to true if the right
is to be granted, and false otherwise.
granted - The new value of the right. This value should be set to true
if the right is to be granted, and false otherwise.int getID()
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
Returns the right's ID.
int.boolean isInherited()
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
Returns true if the right is inherited, and false otherwise.
If the right is inherited it cannot be changed on this object.
true if the right is inherited, and false otherwise.boolean isOwner()
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
Returns true if this is an owner specific right, false otherwise.
true if this is an owner specific right, false otherwise.java.lang.String getDescription(java.util.Locale locale)
IExplicitRight and IEffectiveRight
accessible through IExplicitRights and IEffectiveRights respectively
The localized description of the right.
locale - The Locale object used to specify the description's display
properties.
String containing the localized description of the right.
java.lang.String getObjectType()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||