org.eclipse.higgins.sts.api.client
Interface IRequestFactory
- public interface IRequestFactory
- Author:
- mikemci at us dot ibm dot com
|
Method Summary |
org.eclipse.higgins.sts.api.ISTSRequest |
createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
org.eclipse.higgins.sts.api.ISecurityToken authenticationToken)
|
org.eclipse.higgins.sts.api.ISTSRequest |
createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
PrivateKey authenticationKey,
org.eclipse.higgins.sts.api.ISecurityToken authenticationToken)
|
org.eclipse.higgins.sts.api.ISTSRequest |
createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
String strUsername,
String strPassword)
|
org.eclipse.higgins.sts.api.ISTSRequest |
createPersonalRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims)
|
org.eclipse.higgins.sts.api.ISTSRequest |
createRequest(URI uriRelyingParty,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.sts.api.IElement claims,
String strUsername,
String strPassword)
|
createRequest
public org.eclipse.higgins.sts.api.ISTSRequest createRequest(URI uriRelyingParty,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.sts.api.IElement claims,
String strUsername,
String strPassword)
createPersonalRequest
public org.eclipse.higgins.sts.api.ISTSRequest createPersonalRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims)
createManagedRequest
public org.eclipse.higgins.sts.api.ISTSRequest createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
String strUsername,
String strPassword)
createManagedRequest
public org.eclipse.higgins.sts.api.ISTSRequest createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
org.eclipse.higgins.sts.api.ISecurityToken authenticationToken)
createManagedRequest
public org.eclipse.higgins.sts.api.ISTSRequest createManagedRequest(URI uriRelyingParty,
X509Certificate[] certRelyingPartyChain,
CertStore certStore,
URI uriTokenService,
URI uriTokenType,
org.eclipse.higgins.icard.IInformationCard informationCard,
org.eclipse.higgins.sts.api.IElement claims,
PrivateKey authenticationKey,
org.eclipse.higgins.sts.api.ISecurityToken authenticationToken)