|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GrouperI
| Method Summary | |
|---|---|
GroupI |
findGroup(java.lang.String name)
Obtains the Group object for a specified Group. |
StemI |
findStem(java.lang.String name)
Obtains the Stem object for a specified Stem. |
java.lang.String |
getName()
Obtains the name of the Grid Grouper, generally the Grid Grouper service URI. |
StemI |
getRootStem()
Returns a Stem object corresponding to the Grid Grouper root stem. |
boolean |
isMemberOf(java.lang.String subjectId,
java.lang.String groupName)
Determines whether or not a subject is a member of a group. |
boolean |
isMemberOf(edu.internet2.middleware.subject.Subject subject,
java.lang.String groupName)
Determines whether or not a subject is a member of a group. |
| Method Detail |
|---|
StemI getRootStem()
throws edu.internet2.middleware.grouper.StemNotFoundException
edu.internet2.middleware.grouper.StemNotFoundException - Thrown if the root stem could not be found.
StemI findStem(java.lang.String name)
throws edu.internet2.middleware.grouper.StemNotFoundException
name - The name of the stem
edu.internet2.middleware.grouper.StemNotFoundException - Thrown if the request stem could not be found.java.lang.String getName()
GroupI findGroup(java.lang.String name)
throws edu.internet2.middleware.grouper.GroupNotFoundException
name - The name of the group.
edu.internet2.middleware.grouper.GroupNotFoundException - Thrown if the request group could not be found.
boolean isMemberOf(java.lang.String subjectId,
java.lang.String groupName)
throws edu.internet2.middleware.grouper.GroupNotFoundException
subjectId - The id of the subject.groupName - The name of the group.
edu.internet2.middleware.grouper.GroupNotFoundException - Thrown if the request group could not be found.
boolean isMemberOf(edu.internet2.middleware.subject.Subject subject,
java.lang.String groupName)
throws edu.internet2.middleware.grouper.GroupNotFoundException
subject - The subject.groupName - The name of the group.
edu.internet2.middleware.grouper.GroupNotFoundException - Thrown if the request group could not be found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||