|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSTrustException in com.sun.xml.ws.api.security.trust |
|---|
| Methods in com.sun.xml.ws.api.security.trust that throw WSTrustException | |
|---|---|
V |
WSTrustContract.cancel(K rst,
IssuedTokenContext context,
java.util.Map map)
Cancel a Token |
Token |
IssueSamlTokenContract.createSAMLAssertion(java.lang.String appliesTo,
java.lang.String tokenType,
java.lang.String keyType,
java.lang.String assertionId,
java.lang.String issuer,
java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.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 |
| Uses of WSTrustException in com.sun.xml.ws.api.security.trust.client |
|---|
| Methods in com.sun.xml.ws.api.security.trust.client that throw WSTrustException | |
|---|---|
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)
|
| Uses of WSTrustException in com.sun.xml.ws.security.secconv |
|---|
| Subclasses of WSTrustException in com.sun.xml.ws.security.secconv | |
|---|---|
class |
WSSecureConversationException
A General WS-SecureConversation Implementation Exception |
| Constructors in com.sun.xml.ws.security.secconv with parameters of type WSTrustException | |
|---|---|
WSSecureConversationException(WSTrustException tex)
|
|
| Uses of WSTrustException in com.sun.xml.ws.security.trust |
|---|
| Methods in com.sun.xml.ws.security.trust that throw WSTrustException | |
|---|---|
abstract BinarySecret |
WSTrustElementFactory.createBinarySecret(org.w3c.dom.Element elem)
Create a BinarySecret |
abstract Claims |
WSTrustElementFactory.createClaims()
|
abstract Claims |
WSTrustElementFactory.createClaims(Claims claims)
|
abstract Claims |
WSTrustElementFactory.createClaims(org.w3c.dom.Element elem)
|
abstract RequestSecurityToken |
WSTrustElementFactory.createRSTForIssue(java.net.URI tokenType,
java.net.URI requestType,
java.net.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(java.net.URI tokenType,
java.net.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(java.net.URI tokenType,
java.net.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(java.net.URI tokenType,
java.net.URI context,
RequestedSecurityToken token,
RequestedAttachedReference attachedReference,
RequestedUnattachedReference unattachedRef,
RequestedProofToken proofToken,
Entropy entropy,
Lifetime lifetime)
Create an RSTR for a Renewal Response |
| Uses of WSTrustException in com.sun.xml.ws.security.trust.elements |
|---|
| Methods in com.sun.xml.ws.security.trust.elements that throw WSTrustException | |
|---|---|
void |
WSTrustElementBase.setKeyType(java.net.URI keytype)
set KeyType parameter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||