Class InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy
java.lang.Object
net.shibboleth.idp.authn.proxy.impl.InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy
- All Implemented Interfaces:
Function<ProfileRequestContext,
ProfileRequestContext>
- Enclosing class:
- InitializeProxyProfileRequestContext
private class InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy
extends Object
implements Function<ProfileRequestContext,ProfileRequestContext>
Default strategy that nests the new PRC below the AC.
-
Constructor Details
-
DefaultPRCCreationStrategy
private DefaultPRCCreationStrategy()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<ProfileRequestContext,
ProfileRequestContext>
-