|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEffectiveRoles
This interface represents a collection of effective custom access levels (custom roles) on an object for a particular principal (user or group). A custom access level contains a collection of rights. When a custom access level is assigned to a principal on an object, all the rights assigned to it are included during the calculation of the effective rights for the principal on the object.
| Method Summary | |
|---|---|
IEffectiveRole |
get(int id)
Returns the custom access level with the given ID. |
java.util.Iterator |
iterator()
Returns an iterator for all of the custom access levels in the collection. |
int |
size()
Returns the size of the custom access levels in this collection. |
| Method Detail |
|---|
IEffectiveRole get(int id)
Returns the custom access level with the given ID.
id - The ID of the custom access level to be returned.
null if no such custom access level exists.java.util.Iterator iterator()
Returns an iterator for all of the custom access levels in the collection.
int size()
Returns the size of the custom access levels in this collection.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||