com.adobe.flashaccess.sdk.authentication
Interface AuthenticationToken


public interface AuthenticationToken

An interface representing authentication tokens. Different authentication mechanism may have different implementations of this interface.


Method Summary
 ApplicationProperties getCustomProperties()
          Retrieves application-specific properties.
 java.util.Date getExpiration()
          Retrieves the token expiration time.
 Principal getUser()
          Retrieves the authenticated user.
 

Method Detail

getUser

Principal getUser()
Retrieves the authenticated user.

Returns:
The authenticated user.

getExpiration

java.util.Date getExpiration()
Retrieves the token expiration time.

Returns:
The token expiration time.

getCustomProperties

ApplicationProperties getCustomProperties()
Retrieves application-specific properties.

Returns:
The application-specific properties.


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