-
- All Known Subinterfaces:
CredentialsAccessor
,CredentialsAccessor.CredentialsProperty
,SecretAccessor.SecretProperty
public interface SecretAccessor
Provides an accessor for a secret property.
-
-
Nested Class Summary
Nested Classes 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSecret()
Retrieves the password (hash) from the secret property.
-
-
-
Method Detail
-
getSecret
String getSecret()
Retrieves the password (hash) from the secret property.- Returns:
- The password (hash) stored by the secret property.
-
-