- SchemaValidateXMLMessage<MessageType extends org.opensaml.core.xml.XMLObject> - Class in org.opensaml.messaging.handler.impl
-
A handler that schema validates an XML-based message.
- SchemaValidateXMLMessage(Schema) - Constructor for class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
-
Constructor.
- setAuthenticationLookupStrategy(Function<MessageContext, Boolean>) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
-
Set the strategy used to look up the authentication state associated with the message context.
- setHandlers(List<MessageHandler<MessageType>>) - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
-
Set the list of message handler chain members.
- setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
-
Set the HTTP servlet request instance being evaluated.
- setIssuerLookupStrategy(Function<MessageContext, String>) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
-
Set the strategy used to look up the issuer associated with the message context.
- setRequiredContentType(String) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
-
Set the required content type.
- setRequiredRequestMethod(String) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
-
Set the required request method.
- setRequireSecured(boolean) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
-
Set whether request is required to be secure.