Uses of Class
com.sun.xml.ws.api.security.trust.WSTrustException

Packages that use WSTrustException
com.sun.xml.ws.api.security.trust   
com.sun.xml.ws.api.security.trust.client   
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
 

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, 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
 

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(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
 

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(URI keytype)
          set KeyType parameter
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.