|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.operation.QuestionHelper
org.glite.security.voms.operation.ListGroupsForUserQuestion
A question for listing the groups which the given user is a member of.
Field Summary |
Fields inherited from class org.glite.security.voms.operation.QuestionHelper |
cns |
Constructor Summary | |
ListGroupsForUserQuestion(java.lang.String username,
java.lang.String userca)
|
Method Summary | |
java.lang.Object |
ask()
Do the query that this question represents, without ACL checks, and return the result as an Object .
|
void |
checkPermission()
Check that the current client (as specified by the current security context) has the right to ask this question. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ListGroupsForUserQuestion(java.lang.String username, java.lang.String userca)
Method Detail |
public void checkPermission() throws VOMSException
Question
VOMSSecurityException
.
checkPermission
in interface Question
checkPermission
in class QuestionHelper
VOMSException
public java.lang.Object ask() throws VOMSException
Question
Object
.
Errors must be signalled by throwing an exception.
ask
in interface Question
ask
in class QuestionHelper
VOMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |