com.adobe.flashaccess.sdk.authentication
Class Principal

java.lang.Object
  extended by com.adobe.flashaccess.sdk.authentication.Principal

public class Principal
extends Object

This class represents an authenticated user. It includes a user identifier and name qualifier (optional).


Method Summary
 String getNameQualifier()
          Retrieves the optional name qualifier.
 String getUsername()
          Retrieves the user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUsername

public String getUsername()
Retrieves the user name.

Returns:
The user name.

getNameQualifier

public String getNameQualifier()
Retrieves the optional name qualifier.

Returns:
The optional name qualifier.


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