Class PasswordStatus

java.lang.Object
com.soffid.iam.am.api.PasswordStatus
All Implemented Interfaces:
Serializable

public class PasswordStatus extends Object implements Serializable
ValueObject PasswordStatus
See Also:
  • Constructor Details

  • Method Details

    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • getPasswordDomain

      public String getPasswordDomain()
      Gets value for attribute PasswordDomain
    • setPasswordDomain

      public void setPasswordDomain(String PasswordDomain)
      Sets value for attribute PasswordDomain
    • getDispatcher

      public String getDispatcher()
      Gets value for attribute dispatcher
    • setDispatcher

      public void setDispatcher(String dispatcher)
      Sets value for attribute dispatcher
    • getAccountName

      public String getAccountName()
      Gets value for attribute accountName
    • setAccountName

      public void setAccountName(String accountName)
      Sets value for attribute accountName
    • getDate

      public Calendar getDate()
      Gets value for attribute date
    • setDate

      public void setDate(Calendar date)
      Sets value for attribute date
    • getExpirationDate

      public Calendar getExpirationDate()
      Gets value for attribute expirationDate
    • setExpirationDate

      public void setExpirationDate(Calendar expirationDate)
      Sets value for attribute expirationDate
    • getExpired

      public Boolean getExpired()
      Gets value for attribute expired
    • setExpired

      public void setExpired(Boolean expired)
      Sets value for attribute expired
    • getPasswordPolicyType

      public String getPasswordPolicyType()
      Gets value for attribute passwordPolicyType
    • setPasswordPolicyType

      public void setPasswordPolicyType(String passwordPolicyType)
      Sets value for attribute passwordPolicyType
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object