|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.voms.operation.QuestionHelper | +--org.edg.security.voms.operation.ListRolesQuestion
A question for listing all the roles in the database.
Field Summary | |
private static org.apache.log4j.Logger |
log
Logger. |
Fields inherited from class org.edg.security.voms.operation.QuestionHelper |
cns |
Constructor Summary | |
ListRolesQuestion()
|
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 |
Field Detail |
private static final org.apache.log4j.Logger log
Constructor Detail |
public ListRolesQuestion()
Method Detail |
public void checkPermission() throws VOMSException
Question
VOMSSecurityException
.
checkPermission
in interface Question
checkPermission
in class QuestionHelper
VOMSException
SecurityContext
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 |