CredentialsAccessor, CredentialsAccessor.CredentialsProperty, SecretAccessor.SecretPropertypublic interface SecretAccessor
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
SecretAccessor.SecretBuilder<B extends SecretAccessor.SecretBuilder<B>> |
Provides a builder method for a secret property returning the builder for
applying multiple build operations.
|
static interface |
SecretAccessor.SecretMutator |
Provides a mutator for a secret property.
|
static interface |
SecretAccessor.SecretProperty |
Provides a secret property.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getSecret() |
Retrieves the password (hash) from the secret property.
|
String getSecret()
Copyright © 2018. All rights reserved.