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 Details

    • 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 null if this did not exist before
    • getPreviousClearText

      public String getPreviousClearText()
      Get the previous clear text password.
      Returns:
      the previous clear text password or null if this did not exist before