Class PlainAuthentification
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.AbstractAuthentification
-
- net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
-
- net.anwiba.commons.mail.schema.account.PlainAuthentification
-
public class PlainAuthentification extends AbstractUserPasswordAuthentification
Java class for PlainAuthentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PlainAuthentification"> <complexContent> <extension base="{http://www.anwiba.net/mail/account}AbstractUserPasswordAuthentification"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
password, user
-
-
Constructor Summary
Constructors Constructor Description PlainAuthentification()
-
Method Summary
-
Methods inherited from class net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
getPassword, getUser, setPassword, setUser
-
-