Class CredentialsConfigurationDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.system.channelconfigurations.CredentialsConfigurationDTO
-
- All Implemented Interfaces:
Serializable
public class CredentialsConfigurationDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<Boolean,CredentialsConfigurationDTO>DEVICEstatic BasicProperty<PasswordTypeVO,CredentialsConfigurationDTO>PASSWORDstatic BasicProperty<Boolean,CredentialsConfigurationDTO>TOTP
-
Constructor Summary
Constructors Constructor Description CredentialsConfigurationDTO()CredentialsConfigurationDTO(Property<T,? super CredentialsConfigurationDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()PasswordTypeVOgetPassword()booleanisDevice()booleanisTotp()voidsetDevice(boolean device)voidsetPassword(PasswordTypeVO password)voidsetTotp(boolean totp)-
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
-
DEVICE
public static final BasicProperty<Boolean,CredentialsConfigurationDTO> DEVICE
-
PASSWORD
public static final BasicProperty<PasswordTypeVO,CredentialsConfigurationDTO> PASSWORD
-
TOTP
public static final BasicProperty<Boolean,CredentialsConfigurationDTO> TOTP
-
-
Constructor Detail
-
CredentialsConfigurationDTO
public CredentialsConfigurationDTO()
-
CredentialsConfigurationDTO
public CredentialsConfigurationDTO(Property<T,? super CredentialsConfigurationDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isDevice
public boolean isDevice()
-
setDevice
public void setDevice(boolean device)
-
getPassword
public PasswordTypeVO getPassword()
-
setPassword
public void setPassword(PasswordTypeVO password)
-
isTotp
public boolean isTotp()
-
setTotp
public void setTotp(boolean totp)
-
-