|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VOMSResponse
Method Summary | |
---|---|
VOMSErrorMessage[] |
errorMessages()
Extracts the error messages from the VOMS response. |
byte[] |
getAC()
Extracts the AC from the VOMS response. |
int |
getVersion()
Extracts the version from the VOMS response. |
String |
getXMLAsString()
|
boolean |
hasErrors()
|
boolean |
hasWarnings()
|
VOMSWarningMessage[] |
warningMessages()
Extracts the warning messags from the VOMS response. |
Method Detail |
---|
boolean hasErrors()
true
if this VOMSResponse
has errors, false
otherwiseboolean hasWarnings()
true
if this VOMSResponse
has warnings, false
otherwisebyte[] getAC()
int getVersion()
VOMSErrorMessage[] errorMessages()
VOMSErrorMessage
objects.VOMSWarningMessage[] warningMessages()
VOMSWarningMessage
objects.String getXMLAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |