Package org.craftercms.commons.git.utils
Class AbstractAuthConfiguratorBuilder
java.lang.Object
org.craftercms.commons.git.utils.AbstractAuthConfiguratorBuilder
- All Implemented Interfaces:
AuthConfiguratorBuilder
- Direct Known Subclasses:
TypeBasedAuthConfiguratorBuilder
,UrlBasedAuthConfiguratorBuilder
public abstract class AbstractAuthConfiguratorBuilder
extends Object
implements AuthConfiguratorBuilder
Base class for implementations of
AuthConfiguratorBuilder
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithPassword
(String password) withPrivateKeyPassphrase
(String privateKeyPassphrase) withPrivateKeyPath
(String privateKeyPath) withUsername
(String username) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.craftercms.commons.git.utils.AuthConfiguratorBuilder
build
-
Field Details
-
logger
protected final org.slf4j.Logger logger -
sshConfig
-
username
-
password
-
privateKeyPath
-
privateKeyPassphrase
-
-
Constructor Details
-
AbstractAuthConfiguratorBuilder
-
-
Method Details
-
withUsername
-
withPassword
-
withPrivateKeyPath
-
withPrivateKeyPassphrase
-