|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectdomain.AuthenticationData
class AuthenticationData
Representation for authentication data used to authenticate to a subversion repository.
Property Summary | |
---|---|
boolean |
checkServerCertificates
Should we verify server certificates for HTTPS connections? |
String |
clientCertificateFile
Absolute path to a file containing the certificate in PKCS#12 format. |
String |
clientCertificatePassword
Password for the certificate. |
static def |
constraints
|
String |
description
Description of this authentication token. |
boolean |
forceAuthentication
Should we offer to authenticate even if the server does not challenge for authentication (generally only relevant for HTTP or HTTPS connections). |
String |
name
Human-readable name for this authentication token. |
String |
password
The password. |
int |
portNumber
Port number on which to make SSH connections. |
String |
privateKeyFile
Absolute path to a file containing the private key. |
String |
privateKeyPassphrase
Passphrase for the private key file. |
static long |
serialVersionUID
Serialization UID. |
String |
username
The user name. |
Constructor Summary | |
AuthenticationData()
|
Method Summary | |
---|---|
String
|
determineUsername(def url)
Determine the user name to use for a given subversion URL. |
org.tmatesoft.svn.core.auth.SVNAuthentication
|
toSVNAuthentication(def kind, def url)
Provide an SVNKit authentication object of the correct kind from the data given in this AuthenticationData object. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Property Detail |
---|
boolean checkServerCertificates
String clientCertificateFile
String clientCertificatePassword
static def constraints
String description
boolean forceAuthentication
String name
String password
int portNumber
String privateKeyFile
String privateKeyPassphrase
static final long serialVersionUID
String username
Constructor Detail |
---|
AuthenticationData()
Method Detail |
---|
public String determineUsername(def url)
username
property of this objectname
property of this object
public org.tmatesoft.svn.core.auth.SVNAuthentication toSVNAuthentication(def kind, def url)
public String toString()
Groovy Documentation