public interface VOMSResponse
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2014. All rights reserved.