public interface CredentialsContainer
eraseCredentials
method. Implementations are expected to invoke the method on any internal objects
which may also implement this interface.
For internal framework use only. Users who are writing their own AuthenticationProvider
implementations
should create and return an appropriate Authentication
object there, minus any sensitive data,
rather than using this interface.
Modifier and Type | Method and Description |
---|---|
void |
eraseCredentials() |