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 a
ResolverTestRequest
message in the inbound message context.-
Constructor Summary
Constructors Constructor Description ResolverTestPrincipalLookup()
-
Method Summary
Modifier and Type Method Description String
apply(ProfileRequestContext input)
-
Constructor Details
-
ResolverTestPrincipalLookup
public ResolverTestPrincipalLookup()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,String>
-