|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEffectiveRole
This object provides information about a custom access level (custom role) that is effective to an object for a particular principal.
| Method Summary | |
|---|---|
int |
getID()
Returns the custom access level's ID. |
java.util.List |
getSources()
Returns the set of sources from which the custom access level is effectively inherited If an effective role is the result of an explicit role set on the Info Object, the sources will contain an entry that refers to the current object and the current principal. |
java.lang.String |
getTitle()
Returns the title of the custom access level. |
boolean |
isInherited()
Returns whether the custom access level is inherited from a parent object or a parent group. |
| Method Detail |
|---|
int getID()
Returns the custom access level's ID.
int.java.lang.String getTitle()
Returns the title of the custom access level.
String.java.util.List getSources()
Returns the set of sources from which the custom access level is effectively inherited If an effective role is the result of an explicit role set on the Info Object, the sources will contain an entry that refers to the current object and the current principal.
IRoleSource.boolean isInherited()
true if the custom access level is inherited from a parent object or a parent group
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||