Package io.jmix.imap.entity
Class ImapSimpleAuthentication
java.lang.Object
io.jmix.imap.entity.ImapAuthentication
io.jmix.imap.entity.ImapSimpleAuthentication
@Entity(name="imap_SimpleAuthentication")
public class ImapSimpleAuthentication
extends ImapAuthentication
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetPassword(String password) voidsetUsername(String username) Methods inherited from class io.jmix.imap.entity.ImapAuthenticationgetCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion
- 
Field Details- 
username
- 
password
 
- 
- 
Constructor Details- 
ImapSimpleAuthenticationpublic ImapSimpleAuthentication()
 
- 
- 
Method Details- 
setUsername
- 
getUsername
- 
setPassword
- 
getPassword
 
-