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