Package org.refcodes.mixin
Interface SecretAccessor
-
- All Known Subinterfaces:
CredentialsAccessor,CredentialsAccessor.CredentialsProperty,SecretAccessor.SecretProperty
public interface SecretAccessorProvides an accessor for a secret property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretAccessor.SecretBuilder<B extends SecretAccessor.SecretBuilder<B>>Provides a builder method for a secret property returning the builder for applying multiple build operations.static interfaceSecretAccessor.SecretMutatorProvides a mutator for a secret property.static interfaceSecretAccessor.SecretPropertyProvides a secret property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSecret()Retrieves the password (hash) from the secret property.
-