A B C D E G H I L M O R S V W 

A

authenticationLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
Strategy used to look up the authentication state associated with the message context.

B

BasicMessageHandlerChain<MessageType> - Class in org.opensaml.messaging.handler.impl
A basic implementation of MessageHandlerChain.
BasicMessageHandlerChain() - Constructor for class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
 

C

CheckMandatoryAuthentication - Class in org.opensaml.messaging.handler.impl
Message handler that checks that a message context is authenticated.
CheckMandatoryAuthentication() - Constructor for class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
 
CheckMandatoryIssuer - Class in org.opensaml.messaging.handler.impl
Message handler that checks that a message context has an issuer.
CheckMandatoryIssuer() - Constructor for class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
 

D

doInitialize() - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
doInitialize() - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
doInitialize() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryAuthentication
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
doInvoke(MessageContext) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Evaluates whether the specified HTTP servlet request meets all requirements.
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
doInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
doPreInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage

E

errorHandlers - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
The list of typed error handlers.
evaluateContentType(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request is of the correct content type.
evaluateRequestMethod(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request contains the correct request method.
evaluateSecured(HttpServletRequest) - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Checks if the request is secured.

G

getHandlers() - Method in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
getHttpServletRequest() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the HTTP servlet request instance being evaluated.
getRequiredContentType() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the required content type.
getRequiredRequestMethod() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get the required request method.
getValidationSchema() - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Gets the schema used to validate incoming messages.

H

HTTPRequestValidationHandler - Class in org.opensaml.messaging.handler.impl
A message handler that checks basic HTTP request properties.
HTTPRequestValidationHandler() - Constructor for class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
 
httpServletRequest - Variable in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
The HTTP servlet request being evaluated.

I

isRequireSecured() - Method in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Get whether request is required to be secure.
issuerLookupStrategy - Variable in class org.opensaml.messaging.handler.impl.CheckMandatoryIssuer
Strategy used to look up the issuer associated with the message context.

L

log - Variable in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Class logger.
log - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Logger.
log - Variable in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Class logger.

M

members - Variable in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
The list of members of the handler chain.
MessageHandlerErrorStrategyAdapter<MessageType> - Class in org.opensaml.messaging.handler.impl
A MessageHandler which wraps and invokes another handler, catches any Throwable which is thrown by the wrapped handler's MessageHandler.invoke(MessageContext), and applies a list of configured TypedMessageErrorHandler strategies.
MessageHandlerErrorStrategyAdapter(MessageHandler<MessageType>, List<TypedMessageErrorHandler>) - Constructor for class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Constructor.

O

org.opensaml.messaging.handler.impl - package org.opensaml.messaging.handler.impl
Implementations of message context handlers.

R

requiredContentType - Variable in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Expected content type of the request.
requiredRequestMethod - Variable in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Expected method of the request.
requireSecured - Variable in class org.opensaml.messaging.handler.impl.HTTPRequestValidationHandler
Whether the request must be secure.
rethrowIfHandled - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Flag indicating whether the wrapped handler's exception should be rethrown after being handled successfully.
rethrowIfNotHandled - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Flag indicating whether the wrapped handler's exception should be rethrown if not handled successfully by any configured error handler.

S

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.
setRethrowIfHandled(boolean) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Set whether to rethrow the error if it is successfully handled by one of the configured TypedMessageErrorHandler.
setRethrowIfNotHandled(boolean) - Method in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
Set whether to rethrow the error if it is NOT successfully handled by any of the configured TypedMessageErrorHandler.

V

validationSchema - Variable in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Schema used to validate incoming messages.

W

wrappedHandler - Variable in class org.opensaml.messaging.handler.impl.MessageHandlerErrorStrategyAdapter
The wrapped message handler.
A B C D E G H I L M O R S V W 

Copyright © 1999–2015. All rights reserved.