| Modifier and Type | Method and Description |
|---|---|
V |
WSTrustContract.cancel(K rst,
IssuedTokenContext context,
Map map)
Cancel a Token
|
Token |
IssueSamlTokenContract.createSAMLAssertion(String appliesTo,
String tokenType,
String keyType,
String assertionId,
String issuer,
Map<QName,List<String>> claimedAttrs,
IssuedTokenContext context) |
void |
STSTokenProvider.generateToken(IssuedTokenContext ctx) |
void |
WSTrustContract.handleUnsolicited(V rstr,
IssuedTokenContext context)
handle an unsolicited RSTR like in the case of
Client Initiated Secure Conversation.
|
void |
STSTokenProvider.invalidateToken(IssuedTokenContext ctx) |
V |
WSTrustContract.issue(K rst,
IssuedTokenContext context)
Issue a Token
|
void |
STSTokenProvider.isValideToken(IssuedTokenContext ctx) |
V |
WSTrustContract.renew(K rst,
IssuedTokenContext context)
Renew a Token
|
void |
STSTokenProvider.renewToken(IssuedTokenContext ctx) |
V |
WSTrustContract.validate(K request,
IssuedTokenContext context)
Validate a Token
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssuedTokenProvider.cancel(IssuedTokenContext ctx) |
void |
IssuedTokenManager.cancelIssuedToken(IssuedTokenContext ctx) |
void |
IssuedTokenManager.getIssuedToken(IssuedTokenContext ctx) |
void |
IssuedTokenProvider.issue(IssuedTokenContext ctx) |
void |
IssuedTokenProvider.renew(IssuedTokenContext ctx) |
void |
IssuedTokenManager.renewIssuedToken(IssuedTokenContext ctx) |
void |
IssuedTokenProvider.validate(IssuedTokenContext ctx) |
void |
IssuedTokenManager.validateIssuedToken(IssuedTokenContext ctx) |
| Modifier and Type | Class and Description |
|---|---|
class |
WSSecureConversationException
A General WS-SecureConversation Implementation Exception
|
| Constructor and Description |
|---|
WSSecureConversationException(WSTrustException tex) |
| Modifier and Type | Method and Description |
|---|---|
abstract BinarySecret |
WSTrustElementFactory.createBinarySecret(Element elem)
Create a BinarySecret
|
abstract Claims |
WSTrustElementFactory.createClaims() |
abstract Claims |
WSTrustElementFactory.createClaims(Claims claims) |
abstract Claims |
WSTrustElementFactory.createClaims(Element elem) |
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(URI tokenType,
URI requestType,
URI context,
AppliesTo scopes,
Claims claims,
Entropy entropy,
Lifetime lifetime)
Create an RST for Issue from the given arguments
Any of the arguments can be null since they are all optional, but one of tokenType and AppliesTo must be present
|
abstract RequestSecurityTokenResponseCollection |
WSTrustElementFactory.createRSTRCollectionForIssue(URI tokenType,
URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attachedRef,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create a collection of RequestSecurityTokenResponse(s)
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForIssue(URI tokenType,
URI context,
RequestedSecurityToken token,
AppliesTo scopes,
RequestedAttachedReference attachedRef,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
create an RSTR for Issue from the given arguments
Any of the arguments can be null since they are all optional, but one of RequestedSecurityToken or RequestedProofToken should be returned
|
abstract RequestSecurityTokenResponse |
WSTrustElementFactory.createRSTRForRenew(URI tokenType,
URI context,
RequestedSecurityToken token,
RequestedAttachedReference attachedReference,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create an RSTR for a Renewal Response
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSTrustElementBase.setKeyType(URI keytype)
set KeyType parameter
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.