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

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.SchemaValidateXMLMessage
doPreInvoke(MessageContext<MessageType>) - Method in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage

E

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.SchemaValidateXMLMessage
Class logger.

M

members - Variable in class org.opensaml.messaging.handler.impl.BasicMessageHandlerChain
The list of members of the handler chain.

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.

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.

V

validationSchema - Variable in class org.opensaml.messaging.handler.impl.SchemaValidateXMLMessage
Schema used to validate incoming messages.
A B C D E G H I L M O R S V 

Copyright © 1999–2015. All rights reserved.