Class SessionContextPrincipalLookupFunction
java.lang.Object
net.shibboleth.idp.session.context.navigate.SessionContextPrincipalLookupFunction
- All Implemented Interfaces:
Function<SessionContext,
,String> ContextDataLookupFunction<SessionContext,
String>
public class SessionContextPrincipalLookupFunction
extends Object
implements ContextDataLookupFunction<SessionContext,String>
A function that returns the principal name from the session inside a
SessionContext
.-
Constructor Details
-
SessionContextPrincipalLookupFunction
public SessionContextPrincipalLookupFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<SessionContext,
String>
-