org.eclipse.higgins.iss.cardspace
Class CardSpaceSelector2

java.lang.Object
  extended byorg.eclipse.higgins.iss.cardspace.CardSpaceSelector2
All Implemented Interfaces:
org.eclipse.higgins.iss.IICardSelector

public class CardSpaceSelector2
extends Object
implements org.eclipse.higgins.iss.IICardSelector


Constructor Summary
CardSpaceSelector2(String stsConfigurationBase, CallbackHandler handler, org.eclipse.higgins.icard.policy.ICardSpacePolicy policy)
           
 
Method Summary
 CallbackHandler getCallbackHandler()
           
 org.eclipse.higgins.configuration.xml.ConfigurationHandler getConfigurationHandler(boolean selfIssued)
           
 org.eclipse.higgins.iss.IIdentityToken getIdentityToken(org.eclipse.higgins.iss.SelectionANDofORs selection)
           
 org.eclipse.higgins.icard.IPolicy getPolicy()
           
 org.eclipse.higgins.iss.UserChoiceTree getUserChoice()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CardSpaceSelector2

public CardSpaceSelector2(String stsConfigurationBase,
                          CallbackHandler handler,
                          org.eclipse.higgins.icard.policy.ICardSpacePolicy policy)
Method Detail

getPolicy

public org.eclipse.higgins.icard.IPolicy getPolicy()
Specified by:
getPolicy in interface org.eclipse.higgins.iss.IICardSelector

getCallbackHandler

public CallbackHandler getCallbackHandler()
Specified by:
getCallbackHandler in interface org.eclipse.higgins.iss.IICardSelector

getUserChoice

public org.eclipse.higgins.iss.UserChoiceTree getUserChoice()
                                                     throws Exception
Specified by:
getUserChoice in interface org.eclipse.higgins.iss.IICardSelector
Throws:
Exception

getIdentityToken

public org.eclipse.higgins.iss.IIdentityToken getIdentityToken(org.eclipse.higgins.iss.SelectionANDofORs selection)
                                                        throws Exception
Specified by:
getIdentityToken in interface org.eclipse.higgins.iss.IICardSelector
Throws:
Exception

getConfigurationHandler

public org.eclipse.higgins.configuration.xml.ConfigurationHandler getConfigurationHandler(boolean selfIssued)
                                                                                   throws Exception
Throws:
Exception