Uses of Class
com.sun.xml.ws.api.security.trust.WSTrustException
-
-
Uses of WSTrustException in com.sun.xml.ws.api.security.trust
Methods in com.sun.xml.ws.api.security.trust that throw WSTrustException Modifier and Type Method Description VWSTrustContract. cancel(K rst, IssuedTokenContext context, Map map)Cancel a TokenTokenIssueSamlTokenContract. createSAMLAssertion(String appliesTo, String tokenType, String keyType, String assertionId, String issuer, Map<QName,List<String>> claimedAttrs, IssuedTokenContext context)voidSTSTokenProvider. generateToken(IssuedTokenContext ctx)voidWSTrustContract. handleUnsolicited(V rstr, IssuedTokenContext context)handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.voidSTSTokenProvider. invalidateToken(IssuedTokenContext ctx)VWSTrustContract. issue(K rst, IssuedTokenContext context)Issue a TokenvoidSTSTokenProvider. isValideToken(IssuedTokenContext ctx)VWSTrustContract. renew(K rst, IssuedTokenContext context)Renew a TokenvoidSTSTokenProvider. renewToken(IssuedTokenContext ctx)VWSTrustContract. 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 Modifier and Type Method Description voidIssuedTokenProvider. cancel(IssuedTokenContext ctx)voidIssuedTokenManager. cancelIssuedToken(IssuedTokenContext ctx)voidIssuedTokenManager. getIssuedToken(IssuedTokenContext ctx)voidIssuedTokenProvider. issue(IssuedTokenContext ctx)voidIssuedTokenProvider. renew(IssuedTokenContext ctx)voidIssuedTokenManager. renewIssuedToken(IssuedTokenContext ctx)voidIssuedTokenProvider. validate(IssuedTokenContext ctx)voidIssuedTokenManager. validateIssuedToken(IssuedTokenContext ctx) -
Uses of WSTrustException in com.sun.xml.ws.security.secconv
Subclasses of WSTrustException in com.sun.xml.ws.security.secconv Modifier and Type Class Description classWSSecureConversationExceptionA General WS-SecureConversation Implementation ExceptionConstructors in com.sun.xml.ws.security.secconv with parameters of type WSTrustException Constructor Description WSSecureConversationException(WSTrustException tex) -
Uses of WSTrustException in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that throw WSTrustException Modifier and Type Method Description abstract BinarySecretWSTrustElementFactory. createBinarySecret(Element elem)Create a BinarySecretabstract ClaimsWSTrustElementFactory. createClaims()abstract ClaimsWSTrustElementFactory. createClaims(Claims claims)abstract ClaimsWSTrustElementFactory. createClaims(Element elem)abstract RequestSecurityTokenWSTrustElementFactory. 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 presentabstract RequestSecurityTokenResponseCollectionWSTrustElementFactory. 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 RequestSecurityTokenResponseWSTrustElementFactory. 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 returnedabstract RequestSecurityTokenResponseWSTrustElementFactory. 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 Modifier and Type Method Description voidWSTrustElementBase. setKeyType(URI keytype)set KeyType parameter
-