Class SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
- java.lang.Object
-
- org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup
-
- All Implemented Interfaces:
Function<org.opensaml.messaging.context.MessageContext,org.opensaml.saml.saml2.core.AuthnRequest>
- Enclosing class:
- SAMLAddAttributeConsumingServiceHandler
private class SAMLAddAttributeConsumingServiceHandler.AuthnRequestLookup extends Object implements Function<org.opensaml.messaging.context.MessageContext,org.opensaml.saml.saml2.core.AuthnRequest>
Default lookup function that find a SAML 2AuthnRequest.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateAuthnRequestLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.saml.saml2.core.AuthnRequestapply(org.opensaml.messaging.context.MessageContext input)
-