Class AuthenticationInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuthenticationInfo
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthenticationInfo()  
      AuthenticationInfo​(java.lang.String userName, java.lang.String password, java.lang.String authentication, java.lang.String locale, java.lang.String timeZone)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getAuthentication()
      Gets the authentication value for this AuthenticationInfo.
      static org.apache.axis.encoding.Deserializer getDeserializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Deserializer
      java.lang.String getLocale()
      Gets the locale value for this AuthenticationInfo.
      java.lang.String getPassword()
      Gets the password value for this AuthenticationInfo.
      static org.apache.axis.encoding.Serializer getSerializer​(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
      Get Custom Serializer
      java.lang.String getTimeZone()
      Gets the timeZone value for this AuthenticationInfo.
      static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
      java.lang.String getUserName()
      Gets the userName value for this AuthenticationInfo.
      int hashCode()  
      void setAuthentication​(java.lang.String authentication)
      Sets the authentication value for this AuthenticationInfo.
      void setLocale​(java.lang.String locale)
      Sets the locale value for this AuthenticationInfo.
      void setPassword​(java.lang.String password)
      Sets the password value for this AuthenticationInfo.
      void setTimeZone​(java.lang.String timeZone)
      Sets the timeZone value for this AuthenticationInfo.
      void setUserName​(java.lang.String userName)
      Sets the userName value for this AuthenticationInfo.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AuthenticationInfo

        public AuthenticationInfo()
      • AuthenticationInfo

        public AuthenticationInfo​(java.lang.String userName,
                                  java.lang.String password,
                                  java.lang.String authentication,
                                  java.lang.String locale,
                                  java.lang.String timeZone)
    • Method Detail

      • getUserName

        public java.lang.String getUserName()
        Gets the userName value for this AuthenticationInfo.
        Returns:
        userName
      • setUserName

        public void setUserName​(java.lang.String userName)
        Sets the userName value for this AuthenticationInfo.
        Parameters:
        userName -
      • getPassword

        public java.lang.String getPassword()
        Gets the password value for this AuthenticationInfo.
        Returns:
        password
      • setPassword

        public void setPassword​(java.lang.String password)
        Sets the password value for this AuthenticationInfo.
        Parameters:
        password -
      • getAuthentication

        public java.lang.String getAuthentication()
        Gets the authentication value for this AuthenticationInfo.
        Returns:
        authentication
      • setAuthentication

        public void setAuthentication​(java.lang.String authentication)
        Sets the authentication value for this AuthenticationInfo.
        Parameters:
        authentication -
      • getLocale

        public java.lang.String getLocale()
        Gets the locale value for this AuthenticationInfo.
        Returns:
        locale
      • setLocale

        public void setLocale​(java.lang.String locale)
        Sets the locale value for this AuthenticationInfo.
        Parameters:
        locale -
      • getTimeZone

        public java.lang.String getTimeZone()
        Gets the timeZone value for this AuthenticationInfo.
        Returns:
        timeZone
      • setTimeZone

        public void setTimeZone​(java.lang.String timeZone)
        Sets the timeZone value for this AuthenticationInfo.
        Parameters:
        timeZone -
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTypeDesc

        public static org.apache.axis.description.TypeDesc getTypeDesc()
        Return type metadata object
      • getSerializer

        public static org.apache.axis.encoding.Serializer getSerializer​(java.lang.String mechType,
                                                                        java.lang.Class _javaType,
                                                                        javax.xml.namespace.QName _xmlType)
        Get Custom Serializer
      • getDeserializer

        public static org.apache.axis.encoding.Deserializer getDeserializer​(java.lang.String mechType,
                                                                            java.lang.Class _javaType,
                                                                            javax.xml.namespace.QName _xmlType)
        Get Custom Deserializer