Class 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 2 AuthnRequest.
    • Constructor Detail

      • AuthnRequestLookup

        private AuthnRequestLookup()
    • Method Detail

      • apply

        public org.opensaml.saml.saml2.core.AuthnRequest apply​(@Nullable
                                                               org.opensaml.messaging.context.MessageContext input)
        Specified by:
        apply in interface Function<org.opensaml.messaging.context.MessageContext,​org.opensaml.saml.saml2.core.AuthnRequest>