Package com.soffid.iam.am.api
Class PasswordStatus
java.lang.Object
com.soffid.iam.am.api.PasswordStatus
- All Implemented Interfaces:
Serializable
ValueObject PasswordStatus
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordStatus(PasswordStatus otherBean) PasswordStatus(String user, String PasswordDomain, String dispatcher, String accountName, Calendar date, Calendar expirationDate, Boolean expired, String passwordPolicyType) PasswordStatus(Calendar date, Calendar expirationDate, String passwordPolicyType) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountNamegetDate()Gets value for attribute dateGets value for attribute dispatcherGets value for attribute expirationDateGets value for attribute expiredGets value for attribute PasswordDomainGets value for attribute passwordPolicyTypegetUser()Gets value for attribute uservoidsetAccountName(String accountName) Sets value for attribute accountNamevoidSets value for attribute datevoidsetDispatcher(String dispatcher) Sets value for attribute dispatchervoidsetExpirationDate(Calendar expirationDate) Sets value for attribute expirationDatevoidsetExpired(Boolean expired) Sets value for attribute expiredvoidsetPasswordDomain(String PasswordDomain) Sets value for attribute PasswordDomainvoidsetPasswordPolicyType(String passwordPolicyType) Sets value for attribute passwordPolicyTypevoidSets value for attribute usertoString()Returns a string representation of the value object.
-
Constructor Details
-
PasswordStatus
public PasswordStatus() -
PasswordStatus
-
PasswordStatus
-
PasswordStatus
-
-
Method Details
-
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getPasswordDomain
Gets value for attribute PasswordDomain -
setPasswordDomain
Sets value for attribute PasswordDomain -
getDispatcher
Gets value for attribute dispatcher -
setDispatcher
Sets value for attribute dispatcher -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getDate
Gets value for attribute date -
setDate
Sets value for attribute date -
getExpirationDate
Gets value for attribute expirationDate -
setExpirationDate
Sets value for attribute expirationDate -
getExpired
Gets value for attribute expired -
setExpired
Sets value for attribute expired -
getPasswordPolicyType
Gets value for attribute passwordPolicyType -
setPasswordPolicyType
Sets value for attribute passwordPolicyType -
toString
Returns a string representation of the value object.
-