org.eclipse.higgins.rp.tokens
Interface RPSecurityToken


public interface RPSecurityToken

Interface describing a token returned by an authentication handler


Method Summary
 String getAsString()
           
 List getClaims()
           
 URI getTokenType()
           
 

Method Detail

getAsString

public String getAsString()
Returns:
The serialized value of the token. Could be used to display the value of the token

getClaims

public List getClaims()
Returns:
The claims that were attached to the token

getTokenType

public URI getTokenType()
Returns:
The canonical name for the token