org.eclipse.higgins.icard.provider.cardspace.common.utils
Class STSHelper
java.lang.Object
org.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)
|
STSHelper
public STSHelper(String stsConfigurationBase,
org.eclipse.higgins.icard.IInformationCard card,
org.eclipse.higgins.icard.policy.ICardSpacePolicy pol,
String username,
String password)
throws Exception
setX509Certificate
public void setX509Certificate(X509Certificate x)
setCertStore
public void setCertStore(CertStore certStore)
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