Class 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 Detail

      • DefaultPRCCreationStrategy

        private DefaultPRCCreationStrategy()
    • Method Detail

      • apply

        @Nullable
        public org.opensaml.profile.context.ProfileRequestContext apply​(@Nullable
                                                                        org.opensaml.profile.context.ProfileRequestContext input)
        Specified by:
        apply in interface Function<org.opensaml.profile.context.ProfileRequestContext,​org.opensaml.profile.context.ProfileRequestContext>