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 Summary
Constructors Modifier Constructor Description privateDefaultPRCCreationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileRequestContextapply(ProfileRequestContext input)
-
-
-
Method Detail
-
apply
@Nullable public ProfileRequestContext apply(@Nullable ProfileRequestContext input)
- Specified by:
applyin interfaceFunction<ProfileRequestContext,ProfileRequestContext>
-
-