com.adobe.flashaccess.sdk.protocol.authentication
Class UserPassAuthenticationData

java.lang.Object
  extended by com.adobe.flashaccess.sdk.protocol.authentication.UserPassAuthenticationData
All Implemented Interfaces:
AuthenticationData

public class UserPassAuthenticationData
extends java.lang.Object
implements AuthenticationData

User name/password authentication data sent to the server in an authentication token.


Constructor Summary
UserPassAuthenticationData(java.lang.String username, java.lang.String password, java.lang.String nameQualifier)
          This constructor establishes the user name/password authentication data.
 
Method Summary
 java.lang.String getNameQualifier()
          Retrieves the optional name qualifier, which can be used in multi-tenant servers to indicate how to validate the credentials.
 java.lang.String getPassword()
          Retrieves the password.
 java.lang.String getUsername()
          Retrieves the user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPassAuthenticationData

public UserPassAuthenticationData(java.lang.String username,
                                  java.lang.String password,
                                  java.lang.String nameQualifier)
This constructor establishes the user name/password authentication data.

Parameters:
username - The user name.
password - The password.
nameQualifier - An optional name qualifier, which can be used in multi-tenant servers to indicate how to validate the credentials.
Method Detail

getUsername

public java.lang.String getUsername()
Retrieves the user name.

Returns:
The user name.

getPassword

public java.lang.String getPassword()
Retrieves the password.

Returns:
The password.

getNameQualifier

public java.lang.String getNameQualifier()
Retrieves the optional name qualifier, which can be used in multi-tenant servers to indicate how to validate the credentials.

Returns:
The name qualifier.


[an error occurred while processing this directive] [an error occurred while processing this directive]