Class UserPasswordsData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.UserPasswordsData
-
- All Implemented Interfaces:
Serializable
public class UserPasswordsData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<CredentialInputDTO,UserPasswordsData>CONFIRMATION_PASSWORD_INPUTstatic ListProperty<PasswordData,UserPasswordsData>PASSWORDSstatic BasicProperty<UserPinsData,UserPasswordsData>PINSstatic BasicProperty<SetSecurityQuestionData,UserPasswordsData>SECURITY_QUESTION_DATAstatic ListProperty<SendMedium,UserPasswordsData>SEND_MEDIUMSstatic BasicProperty<TotpSecretData,UserPasswordsData>TOTP_SECRETstatic BasicProperty<BasicUserVO,UserPasswordsData>USER
-
Constructor Summary
Constructors Constructor Description UserPasswordsData()UserPasswordsData(Property<T,? super UserPasswordsData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()CredentialInputDTOgetConfirmationPasswordInput()List<PasswordData>getPasswords()UserPinsDatagetPins()SetSecurityQuestionDatagetSecurityQuestionData()List<SendMedium>getSendMediums()TotpSecretDatagetTotpSecret()BasicUserVOgetUser()voidsetConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)voidsetPasswords(List<PasswordData> passwords)voidsetPins(UserPinsData pins)voidsetSecurityQuestionData(SetSecurityQuestionData securityQuestionData)voidsetSendMediums(List<SendMedium> sendMediums)voidsetTotpSecret(TotpSecretData totpSecret)voidsetUser(BasicUserVO user)StringtoString()-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<CredentialInputDTO,UserPasswordsData> CONFIRMATION_PASSWORD_INPUT
-
PASSWORDS
public static final ListProperty<PasswordData,UserPasswordsData> PASSWORDS
-
PINS
public static final BasicProperty<UserPinsData,UserPasswordsData> PINS
-
SECURITY_QUESTION_DATA
public static final BasicProperty<SetSecurityQuestionData,UserPasswordsData> SECURITY_QUESTION_DATA
-
SEND_MEDIUMS
public static final ListProperty<SendMedium,UserPasswordsData> SEND_MEDIUMS
-
TOTP_SECRET
public static final BasicProperty<TotpSecretData,UserPasswordsData> TOTP_SECRET
-
USER
public static final BasicProperty<BasicUserVO,UserPasswordsData> USER
-
-
Constructor Detail
-
UserPasswordsData
public UserPasswordsData()
-
UserPasswordsData
public UserPasswordsData(Property<T,? super UserPasswordsData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getConfirmationPasswordInput
public CredentialInputDTO getConfirmationPasswordInput()
-
setConfirmationPasswordInput
public void setConfirmationPasswordInput(CredentialInputDTO confirmationPasswordInput)
-
getPasswords
public List<PasswordData> getPasswords()
-
setPasswords
public void setPasswords(List<PasswordData> passwords)
-
getPins
public UserPinsData getPins()
-
setPins
public void setPins(UserPinsData pins)
-
getSecurityQuestionData
public SetSecurityQuestionData getSecurityQuestionData()
-
setSecurityQuestionData
public void setSecurityQuestionData(SetSecurityQuestionData securityQuestionData)
-
getSendMediums
public List<SendMedium> getSendMediums()
-
setSendMediums
public void setSendMediums(List<SendMedium> sendMediums)
-
getTotpSecret
public TotpSecretData getTotpSecret()
-
setTotpSecret
public void setTotpSecret(TotpSecretData totpSecret)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-