Package net.shibboleth.idp.profile.impl
Class ResolverTestPrincipalLookup
- java.lang.Object
-
- net.shibboleth.idp.profile.impl.ResolverTestPrincipalLookup
-
- All Implemented Interfaces:
Function<ProfileRequestContext,String>
public class ResolverTestPrincipalLookup extends Object implements Function<ProfileRequestContext,String>
Returns the principal name from aResolverTestRequestmessage in the inbound message context.
-
-
Constructor Summary
Constructors Constructor Description ResolverTestPrincipalLookup()
-
-
-
Method Detail
-
apply
@Nullable public String apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,String>
-
-