Class ProcessAssertionsForAuthentication.DefaultResponseResolver
- java.lang.Object
-
- net.shibboleth.idp.saml.saml2.profile.impl.ProcessAssertionsForAuthentication.DefaultResponseResolver
-
- All Implemented Interfaces:
Function<ProfileRequestContext,Response>
- Enclosing class:
- ProcessAssertionsForAuthentication
private class ProcessAssertionsForAuthentication.DefaultResponseResolver extends Object implements Function<ProfileRequestContext,Response>
The default response resolver function. NOTE: this is relative to the nested profile request context. Need to compose with other lookup function against the main/outer profile request context.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDefaultResponseResolver()
-
-
-
Method Detail
-
apply
public Response apply(@Nonnull ProfileRequestContext profileContext)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,Response>
-
-