Class IssuerFunction

java.lang.Object
org.pac4j.saml.sso.artifact.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
Author:
bidou
  • Constructor Details

    • IssuerFunction

      public IssuerFunction()
  • Method Details

    • 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>