Renews the security token contained in the specified request context. This method is used when a previously generated token has expired, generating a new version of the same token with different expiration semantics.
@param context the {@code ProtocolContext} that contains the token to be renewed. @throws WSTrustException if an error occurs while renewing the security token.
|
|