org.eclipse.higgins.icard.provider.cardspace.common.utils
Class STSHelper

java.lang.Object
  extended byorg.eclipse.higgins.icard.provider.cardspace.common.utils.STSHelper

public class STSHelper
extends Object


Constructor Summary
STSHelper(String stsConfigurationBase, org.eclipse.higgins.icard.IInformationCard card, org.eclipse.higgins.icard.policy.ICardSpacePolicy pol, String username, String password)
           
 
Method Summary
 org.eclipse.higgins.sts.api.ISTSResponse getToken_ManagedCard()
           
 org.eclipse.higgins.sts.api.ISTSResponse getToken_SelfSignedCard()
           
 org.eclipse.higgins.sts.api.ISTSResponse getToken()
           
 void setRelyingPArtyURI(URI rpURI)
           
 void setX509Certificate(X509Certificate x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSHelper

public STSHelper(String stsConfigurationBase,
                 org.eclipse.higgins.icard.IInformationCard card,
                 org.eclipse.higgins.icard.policy.ICardSpacePolicy pol,
                 String username,
                 String password)
          throws Exception
Method Detail

setX509Certificate

public void setX509Certificate(X509Certificate x)

setRelyingPArtyURI

public void setRelyingPArtyURI(URI rpURI)

getToken

public org.eclipse.higgins.sts.api.ISTSResponse getToken()
                                                  throws Exception
Throws:
Exception

getToken_ManagedCard

public org.eclipse.higgins.sts.api.ISTSResponse getToken_ManagedCard()
                                                              throws Exception
Throws:
Exception

getToken_SelfSignedCard

public org.eclipse.higgins.sts.api.ISTSResponse getToken_SelfSignedCard()
                                                                 throws Exception
Throws:
Exception