Validates the security token as specified in the request message.
@param request the request message that contains the token to be validated. @param callerPrincipal the {@code Principal} of the ws-trust token requester. @return a {@code RequestSecurityTokenResponse} containing the validation status or a new token. @throws WSTrustException if an error occurs while handling the validation process.
|
|