Interface SecurityCredentialsContainer
-
- All Known Implementing Classes:
SecurityAuthentication
,SecurityCredentials
public interface SecurityCredentialsContainer
Indicates that the implementing object contains sensitive data, which can be erased using theeraseCredentials
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
eraseCredentials()
Get called, if the secret information should be erased.
-