org.eclipse.higgins.iss.cardspace
Class IdentityToken

java.lang.Object
  extended byorg.eclipse.higgins.iss.cardspace.IdentityToken
All Implemented Interfaces:
org.eclipse.higgins.iss.IIdentityToken

public class IdentityToken
extends Object
implements org.eclipse.higgins.iss.IIdentityToken


Constructor Summary
IdentityToken(org.eclipse.higgins.sts.api.ISTSResponse response, String rpCertificate)
           
 
Method Summary
 Object getAs(Class objectClass)
           
 List getSupportedClasses()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityToken

public IdentityToken(org.eclipse.higgins.sts.api.ISTSResponse response,
                     String rpCertificate)
Method Detail

getAs

public Object getAs(Class objectClass)
             throws Exception
Specified by:
getAs in interface org.eclipse.higgins.iss.IIdentityToken
Throws:
Exception

getSupportedClasses

public List getSupportedClasses()
Specified by:
getSupportedClasses in interface org.eclipse.higgins.iss.IIdentityToken