public class VOMSProtocolError extends VOMSError
Modifier and Type | Field and Description |
---|---|
private eu.emi.security.authn.x509.X509Credential |
credential
The credential related with this error
|
private VOMSACRequest |
request
The request that is related with this error
|
private static long |
serialVersionUID |
private VOMSServerInfo |
serverInfo
The VOMS server endpoint information related with this error
|
Constructor and Description |
---|
VOMSProtocolError(java.lang.String message,
VOMSServerInfo serv,
VOMSACRequest req,
eu.emi.security.authn.x509.X509Credential cred,
java.lang.Throwable c) |
Modifier and Type | Method and Description |
---|---|
eu.emi.security.authn.x509.X509Credential |
getCredential() |
VOMSACRequest |
getRequest() |
VOMSServerInfo |
getServerInfo() |
private static final long serialVersionUID
private final VOMSACRequest request
private final eu.emi.security.authn.x509.X509Credential credential
private final VOMSServerInfo serverInfo
public VOMSProtocolError(java.lang.String message, VOMSServerInfo serv, VOMSACRequest req, eu.emi.security.authn.x509.X509Credential cred, java.lang.Throwable c)
public VOMSACRequest getRequest()
public eu.emi.security.authn.x509.X509Credential getCredential()
public VOMSServerInfo getServerInfo()