|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScopePrincipals
IScopePrincipals is a interface represent a collection of principals for the given scope.
| Method Summary | |
|---|---|
void |
add(int principalID)
Add the ID of a principal to this list of principals. |
int |
getPrincipalID(int index)
Get the principal ID at the given index. |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
void add(int principalID)
Add the ID of a principal to this list of principals.
principalID -
int getPrincipalID(int index)
throws SDKException
Get the principal ID at the given index.
index - a int index.
SDKException - if index is out of range
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||