Class WPSAuthentication

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public final class WPSAuthentication
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    WPSAuthentication is used to identify the user with the server.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WPSAuthentication​(java.lang.String username, java.lang.String realm)
      Deprecated.
       
      WPSAuthentication​(java.lang.String key, java.lang.String username, java.lang.String realm)
      Deprecated.
       
    • Constructor Detail

      • WPSAuthentication

        public WPSAuthentication​(java.lang.String key,
                                 java.lang.String username,
                                 java.lang.String realm)
        Deprecated.
      • WPSAuthentication

        public WPSAuthentication​(java.lang.String username,
                                 java.lang.String realm)
        Deprecated.
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Deprecated.
        Returns:
        the user's name, or unique identifier
      • getRealm

        public java.lang.String getRealm()
        Deprecated.
        Returns:
        the authentication realm
      • getKey

        public java.lang.String getKey()
        Deprecated.
        Returns:
        the authentication key if available
      • hasKey

        public boolean hasKey()
        Deprecated.
      • equals

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

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

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object