Class IssuerFunction

  • All Implemented Interfaces:
    com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,​String>, Function<org.opensaml.messaging.context.MessageContext,​String>

    public class IssuerFunction
    extends Object
    implements com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,​String>
    A simple function that returns the issuer set on the MessageContext. This is read from the message in the context.
    Since:
    3.8.0
    • Constructor Detail

      • IssuerFunction

        public IssuerFunction()
    • Method Detail

      • apply

        public String apply​(org.opensaml.messaging.context.MessageContext context)
        Specified by:
        apply in interface com.google.common.base.Function<org.opensaml.messaging.context.MessageContext,​String>
        Specified by:
        apply in interface Function<org.opensaml.messaging.context.MessageContext,​String>