|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.plugin.buildmetadata.common.ScmCredentials
public final class ScmCredentials
The SCM connection information for authentication.
Constructor Summary | |
---|---|
ScmCredentials(Settings settings, String userName, String password, String privateKey, String passphrase) Default constructor. |
Method Summary | |
---|---|
void |
configureByServer(String host) Fetches the server information from the settings for the specified host. |
String |
getPassPhrase() Returns the pass phrase (used by java svn). |
String |
getPassword() Returns the user password (used by svn and starteam protocol). |
String |
getPrivateKey() Returns the private key (used by java svn). |
String |
getUserName() Returns the user name (used by svn and starteam protocol). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScmCredentials(Settings settings, String userName, String password, String privateKey, String passphrase)
settings
- the settings to fetch SCM information.
userName
- the user name (used by svn and starteam protocol).
password
- the user password (used by svn and starteam protocol).
privateKey
- the private key (used by java svn).
passphrase
- the passphrase (used by java svn).
Method Detail |
---|
public String getUserName()
public String getPassword()
public String getPrivateKey()
public String getPassPhrase()
public void configureByServer(String host)
host
- the host whose access information is fetched from the settings file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |