org.eclipse.higgins.rp.icard
Class ICardRPToken

java.lang.Object
  extended by org.eclipse.higgins.rp.icard.ICardRPToken
All Implemented Interfaces:
org.eclipse.higgins.rp.tokens.RPSecurityToken

public class ICardRPToken
extends Object
implements org.eclipse.higgins.rp.tokens.RPSecurityToken


Constructor Summary
ICardRPToken(DigitalIdentity di)
           
 
Method Summary
 String getAsString()
           
 List getClaims()
           
 URI getTokenType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICardRPToken

public ICardRPToken(DigitalIdentity di)
Method Detail

getAsString

public String getAsString()
Specified by:
getAsString in interface org.eclipse.higgins.rp.tokens.RPSecurityToken

getClaims

public List getClaims()
Specified by:
getClaims in interface org.eclipse.higgins.rp.tokens.RPSecurityToken

getTokenType

public URI getTokenType()
Specified by:
getTokenType in interface org.eclipse.higgins.rp.tokens.RPSecurityToken