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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setPassword
(String password) void
setUsername
(String username) Methods inherited from class io.jmix.imap.entity.ImapAuthentication
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getId, getUpdatedBy, getUpdateTs, getVersion, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setId, setUpdatedBy, setUpdateTs, setVersion
-
Field Details
-
username
-
password
-
-
Constructor Details
-
ImapSimpleAuthentication
public ImapSimpleAuthentication()
-
-
Method Details
-
setUsername
-
getUsername
-
setPassword
-
getPassword
-