Class LoginAuthentification
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.AbstractAuthentification
-
- net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
-
- net.anwiba.commons.mail.schema.account.LoginAuthentification
-
public class LoginAuthentification extends AbstractUserPasswordAuthentification
Java class for LoginAuthentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginAuthentification"> <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 LoginAuthentification()
-
Method Summary
-
Methods inherited from class net.anwiba.commons.mail.schema.account.AbstractUserPasswordAuthentification
getPassword, getUser, setPassword, setUser
-
-