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