Class SshPrivateKeyAuthenticationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.model.repository.git.SshPrivateKeyAuthenticationProperties
-
- All Implemented Interfaces:
EntityProperties,AuthenticationProperties
@Immutable public final class SshPrivateKeyAuthenticationProperties extends Object implements AuthenticationProperties
-
-
Constructor Summary
Constructors Constructor Description SshPrivateKeyAuthenticationProperties(String sshPrivateKey, @Nullable String passphrase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetPassphrase()StringgetSshPrivateKey()inthashCode()voidvalidate()
-
-
-
Method Detail
-
getSshPrivateKey
public String getSshPrivateKey()
-
getPassphrase
@Nullable public @Nullable String getPassphrase()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-