Package org.jboss.as.controller.security
Class CredentialStoreUpdateInfo
- java.lang.Object
-
- org.jboss.as.controller.security.CredentialStoreUpdateInfo
-
public class CredentialStoreUpdateInfo extends Object
Information related to an automatic credential store update.- Author:
- Farah Juma
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClearText()Get the new clear text password.StringgetPreviousAlias()Get the previous alias.StringgetPreviousClearText()Get the previous clear text password.
-
-
-
Method Detail
-
getClearText
public String getClearText()
Get the new clear text password.- Returns:
- the new clear text password
-
getPreviousAlias
public String getPreviousAlias()
Get the previous alias.- Returns:
- the previous alias or
nullif this did not exist before
-
getPreviousClearText
public String getPreviousClearText()
Get the previous clear text password.- Returns:
- the previous clear text password or
nullif this did not exist before
-
-