public static class SVNUtil.Credential
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
SVNUtil.Credential.Kind
Describes the kind of the credential.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientCertPassphrase() |
SVNUtil.Credential.Kind |
getKind() |
java.lang.String |
getPassword() |
java.lang.String |
getRealm() |
java.lang.String |
getSecureStore() |
AuthnCallback.SSLServerCertFailures |
getServerCertFailures() |
AuthnCallback.SSLServerCertInfo |
getServerCertInfo() |
java.lang.String |
getUsername() |
public SVNUtil.Credential.Kind getKind()
public java.lang.String getRealm()
public java.lang.String getSecureStore()
throws SVNUtil.CredentialTypeMismatch
null if the
credential does not contain any secrets bits.SVNUtil.CredentialTypeMismatchpublic java.lang.String getUsername()
throws SVNUtil.CredentialTypeMismatch
null, if there is no username in the concrete
credential type.SVNUtil.CredentialTypeMismatchpublic java.lang.String getPassword()
throws SVNUtil.CredentialTypeMismatch
null, if there is no password in the concrete
credential type.SVNUtil.CredentialTypeMismatchpublic AuthnCallback.SSLServerCertInfo getServerCertInfo() throws SVNUtil.CredentialTypeMismatch
null, if there is no server
certificate in the concrete credential type.SVNUtil.CredentialTypeMismatchpublic AuthnCallback.SSLServerCertFailures getServerCertFailures() throws SVNUtil.CredentialTypeMismatch
null, if there is no
server certificate in the concrete credential type.SVNUtil.CredentialTypeMismatchpublic java.lang.String getClientCertPassphrase()
throws SVNUtil.CredentialTypeMismatch
null, if there is no client
certificate in the concrete credential type.SVNUtil.CredentialTypeMismatch