public class X509CertificateCredentials extends AbstractBaseCredentials implements Credentials
Credentials.Status
Constructor and Description |
---|
X509CertificateCredentials(X509Certificate certificate) |
Modifier and Type | Method and Description |
---|---|
X509Certificate |
getCertificate() |
String |
getUsername() |
void |
invalidate()
Invalidates the credential.
|
X509CertificateCredentials |
setUserName(String userName) |
getStatus, getValidatedAgent, setStatus, setValidatedAgent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStatus, getValidatedAgent
public X509CertificateCredentials(X509Certificate certificate)
public X509Certificate getCertificate()
public String getUsername()
public X509CertificateCredentials setUserName(String userName)
public void invalidate()
Credentials
Invalidates the credential.
invalidate
in interface Credentials
Copyright © 2013. All Rights Reserved.