com.atlassian.confluence.security.trust
Interface TrustedToken


public interface TrustedToken

A token for trusted communications between Atlassian applications


Method Summary
 String getApplicationId()
           
 String getEncodedKey()
           
 String getEncodedToken()
           
 String getUserName()
           
 

Method Detail

getUserName

String getUserName()
Returns:
The user name associated with this token

getApplicationId

String getApplicationId()
Returns:
The identity of the application which generated this token

getEncodedToken

String getEncodedToken()
Returns:
An encoded form of this token to be used for transporting the token between processes

getEncodedKey

String getEncodedKey()
Returns:
An encoded form of the key used to encode the token


Copyright © 2003-2011 Atlassian. All Rights Reserved.