Class InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy
- java.lang.Object
-
- net.shibboleth.idp.authn.proxy.impl.InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy
-
- All Implemented Interfaces:
Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.ProfileRequestContext>
- Enclosing class:
- InitializeProxyProfileRequestContext
private class InitializeProxyProfileRequestContext.DefaultPRCCreationStrategy extends Object implements Function<org.opensaml.profile.context.ProfileRequestContext,org.opensaml.profile.context.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 org.opensaml.profile.context.ProfileRequestContextapply(org.opensaml.profile.context.ProfileRequestContext input)
-