Package org.refcodes.mixin
Interface SecretAccessor.SecretMutator
-
- All Known Subinterfaces:
CredentialsAccessor.CredentialsMutator,CredentialsAccessor.CredentialsProperty,SecretAccessor.SecretProperty
- Enclosing interface:
- SecretAccessor
public static interface SecretAccessor.SecretMutatorProvides a mutator for a secret property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetSecret(java.lang.String aSecret)Sets the password (hash) for the secret property.
-