Cancels the token contained in the specified request context. A security token is usually canceled when one wants to make sure that the token will not be used anymore. A security token can't be renewed once it has been canceled.
@param context the {@code ProtocolContext} that contains the token to be canceled. @throws WSTrustException if an error occurs while canceling the security token.
|
|