Package com.skyhookwireless.wps
Class WPSAuthentication
- java.lang.Object
-
- com.skyhookwireless.wps.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.java.lang.String
getKey()
Deprecated.java.lang.String
getRealm()
Deprecated.java.lang.String
getUsername()
Deprecated.int
hashCode()
Deprecated.boolean
hasKey()
Deprecated.java.lang.String
toString()
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 classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-