Class CanonicalUsernameLookupStrategy
- java.lang.Object
-
- net.shibboleth.idp.session.context.navigate.CanonicalUsernameLookupStrategy
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class CanonicalUsernameLookupStrategy extends Object implements Function<ProfileRequestContext,String>
Function that returns a principal name from one of two places: aSubjectCanonicalizationContextchild of the root context or aSessionContext.
-
-
Constructor Summary
Constructors Constructor Description CanonicalUsernameLookupStrategy()
-
-
-
Method Detail
-
apply
public String apply(ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-