Class ProxyAuthenticationLookupFunction

java.lang.Object
net.shibboleth.idp.authn.context.navigate.ProxyAuthenticationLookupFunction
All Implemented Interfaces:
Function<Subject,String>

public class ProxyAuthenticationLookupFunction extends Object implements Function<Subject,String>
A function that returns the first value stored in a ProxyAuthenticationPrincipal contained in a Subject.
  • Constructor Details

    • ProxyAuthenticationLookupFunction

      public ProxyAuthenticationLookupFunction()
  • Method Details