public static final class SamlTokenLoginCredential.Builder
extends java.lang.Object
SamlTokenLoginCredential.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SamlTokenLoginCredential. |
| Modifier and Type | Method and Description |
|---|---|
SamlTokenLoginCredential |
build() |
SamlTokenLoginCredential.Builder |
setThumbprint(java.lang.String thumbprint)
Thumbprint of the server.
|
SamlTokenLoginCredential.Builder |
setToken(java.lang.String token)
The saml token to login to server.
|
public Builder()
SamlTokenLoginCredential.public SamlTokenLoginCredential.Builder setThumbprint(java.lang.String thumbprint)
thumbprint - New value for the property.public SamlTokenLoginCredential.Builder setToken(java.lang.String token)
token - New value for the property.public SamlTokenLoginCredential build()