Class ServletRequestProfileRequestContextLookup

java.lang.Object
net.shibboleth.idp.profile.context.navigate.ServletRequestProfileRequestContextLookup
All Implemented Interfaces:
Function<javax.servlet.ServletRequest,ProfileRequestContext>

public class ServletRequestProfileRequestContextLookup extends Object implements Function<javax.servlet.ServletRequest,ProfileRequestContext>
Looks up the profile request context from a servlet request attribute.
  • Constructor Details

    • ServletRequestProfileRequestContextLookup

      public ServletRequestProfileRequestContextLookup()
  • Method Details