Class CredentialInputDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.passwords.CredentialInputDTO
-
- All Implemented Interfaces:
Serializable,ICredentialInputDTO
public class CredentialInputDTO extends Bean implements ICredentialInputDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<CredentialType,CredentialInputDTO>ACTIVE_CREDENTIALSstatic ListProperty<CredentialType,CredentialInputDTO>ALLOWED_CREDENTIALSstatic ListProperty<String,CredentialInputDTO>BUTTONSstatic StringCLASS_NAMEstatic BasicProperty<Boolean,CredentialInputDTO>CONFIRMATION_PASSWORD_ONCE_PER_SESSIONstatic BasicProperty<String,CredentialInputDTO>EMAIL_TO_SEND_OTPstatic BasicProperty<Boolean,CredentialInputDTO>HAS_REUSABLE_OTPstatic BasicProperty<String,CredentialInputDTO>INPUT_IDstatic ListProperty<PhoneVO,CredentialInputDTO>MOBILE_PHONES_TO_SEND_OTPstatic ListProperty<SendMedium,CredentialInputDTO>OTP_SEND_MEDIUMSstatic BasicProperty<PasswordStatus,CredentialInputDTO>PASSWORD_STATUSstatic BasicProperty<PasswordTypeDetailedVO,CredentialInputDTO>PASSWORD_TYPEstatic BasicProperty<PinInputDTO,CredentialInputDTO>PIN_INPUTstatic BasicProperty<String,CredentialInputDTO>SEPARATOR
-
Constructor Summary
Constructors Constructor Description CredentialInputDTO()CredentialInputDTO(Property<T,? super CredentialInputDTO> property, T value)
-
Method Summary
-
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
-
ACTIVE_CREDENTIALS
public static final ListProperty<CredentialType,CredentialInputDTO> ACTIVE_CREDENTIALS
-
ALLOWED_CREDENTIALS
public static final ListProperty<CredentialType,CredentialInputDTO> ALLOWED_CREDENTIALS
-
BUTTONS
public static final ListProperty<String,CredentialInputDTO> BUTTONS
-
CONFIRMATION_PASSWORD_ONCE_PER_SESSION
public static final BasicProperty<Boolean,CredentialInputDTO> CONFIRMATION_PASSWORD_ONCE_PER_SESSION
-
EMAIL_TO_SEND_OTP
public static final BasicProperty<String,CredentialInputDTO> EMAIL_TO_SEND_OTP
-
HAS_REUSABLE_OTP
public static final BasicProperty<Boolean,CredentialInputDTO> HAS_REUSABLE_OTP
-
INPUT_ID
public static final BasicProperty<String,CredentialInputDTO> INPUT_ID
-
MOBILE_PHONES_TO_SEND_OTP
public static final ListProperty<PhoneVO,CredentialInputDTO> MOBILE_PHONES_TO_SEND_OTP
-
OTP_SEND_MEDIUMS
public static final ListProperty<SendMedium,CredentialInputDTO> OTP_SEND_MEDIUMS
-
PASSWORD_STATUS
public static final BasicProperty<PasswordStatus,CredentialInputDTO> PASSWORD_STATUS
-
PASSWORD_TYPE
public static final BasicProperty<PasswordTypeDetailedVO,CredentialInputDTO> PASSWORD_TYPE
-
PIN_INPUT
public static final BasicProperty<PinInputDTO,CredentialInputDTO> PIN_INPUT
-
SEPARATOR
public static final BasicProperty<String,CredentialInputDTO> SEPARATOR
-
-
Constructor Detail
-
CredentialInputDTO
public CredentialInputDTO()
-
CredentialInputDTO
public CredentialInputDTO(Property<T,? super CredentialInputDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getActiveCredentials
public List<CredentialType> getActiveCredentials()
-
setActiveCredentials
public void setActiveCredentials(List<CredentialType> activeCredentials)
-
getAllowedCredentials
public List<CredentialType> getAllowedCredentials()
-
setAllowedCredentials
public void setAllowedCredentials(List<CredentialType> allowedCredentials)
-
isConfirmationPasswordOncePerSession
public boolean isConfirmationPasswordOncePerSession()
-
setConfirmationPasswordOncePerSession
public void setConfirmationPasswordOncePerSession(boolean confirmationPasswordOncePerSession)
-
getEmailToSendOtp
public String getEmailToSendOtp()
-
setEmailToSendOtp
public void setEmailToSendOtp(String emailToSendOtp)
-
isHasReusableOtp
public boolean isHasReusableOtp()
-
setHasReusableOtp
public void setHasReusableOtp(boolean hasReusableOtp)
-
getInputId
public String getInputId()
-
setInputId
public void setInputId(String inputId)
-
getOtpSendMediums
public List<SendMedium> getOtpSendMediums()
-
setOtpSendMediums
public void setOtpSendMediums(List<SendMedium> otpSendMediums)
-
getPasswordStatus
public PasswordStatus getPasswordStatus()
-
setPasswordStatus
public void setPasswordStatus(PasswordStatus passwordStatus)
-
getPasswordType
public PasswordTypeDetailedVO getPasswordType()
-
setPasswordType
public void setPasswordType(PasswordTypeDetailedVO passwordType)
-
getPinInput
public PinInputDTO getPinInput()
-
setPinInput
public void setPinInput(PinInputDTO pinInput)
-
getSeparator
public String getSeparator()
-
setSeparator
public void setSeparator(String separator)
-
-