Package org.jboss.as.controller.security
Class CredentialStoreUpdateInfo
java.lang.Object
org.jboss.as.controller.security.CredentialStoreUpdateInfo
Information related to an automatic credential store update.
- Author:
- Farah Juma
-
Method Summary
Modifier and TypeMethodDescriptionGet the new clear text password.Get the previous alias.Get the previous clear text password.
-
Method Details
-
getClearText
Get the new clear text password.- Returns:
- the new clear text password
-
getPreviousAlias
Get the previous alias.- Returns:
- the previous alias or
nullif this did not exist before
-
getPreviousClearText
Get the previous clear text password.- Returns:
- the previous clear text password or
nullif this did not exist before
-