Class AbstractUserPasswordAuthentification

  • Direct Known Subclasses:
    LoginAuthentification, PlainAuthentification

    public class AbstractUserPasswordAuthentification
    extends AbstractAuthentification

    Java class for AbstractUserPasswordAuthentification complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AbstractUserPasswordAuthentification">
       <complexContent>
         <extension base="{http://www.anwiba.net/mail/account}AbstractAuthentification">
           <sequence>
             <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="password" type="{http://www.anwiba.net/mail/account}Password"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Password password  
      protected java.lang.String user  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Password getPassword()
      Gets the value of the password property.
      java.lang.String getUser()
      Gets the value of the user property.
      void setPassword​(Password value)
      Sets the value of the password property.
      void setUser​(java.lang.String value)
      Sets the value of the user property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • user

        protected java.lang.String user
    • Constructor Detail

      • AbstractUserPasswordAuthentification

        public AbstractUserPasswordAuthentification()
    • Method Detail

      • getUser

        public java.lang.String getUser()
        Gets the value of the user property.
        Returns:
        possible object is String
      • setUser

        public void setUser​(java.lang.String value)
        Sets the value of the user property.
        Parameters:
        value - allowed object is String
      • getPassword

        public Password getPassword()
        Gets the value of the password property.
        Returns:
        possible object is Password
      • setPassword

        public void setPassword​(Password value)
        Sets the value of the password property.
        Parameters:
        value - allowed object is Password