Evaluates the validity of the token contained in the specified request context and sets the result in the context itself. The result can be a status, a new token, or both.
@param protocolContext the {@code ProtocolContext} that contains the token to be validated. @throws ProcessingException if an error occurs while validating the security token. @throws {@link SecurityException} if the caller does not have a runtime permission for "org.picketlink.sts"
|
|