Interface DelegatedClientIdentityProviderConfigurationPostProcessor

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, org.springframework.beans.factory.DisposableBean
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface DelegatedClientIdentityProviderConfigurationPostProcessor
    extends java.io.Closeable, org.springframework.beans.factory.DisposableBean
    Since:
    6.5.0
    • Method Detail

      • close

        default void close()
                    throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • destroy

        default void destroy()
                      throws java.lang.Exception
        Specified by:
        destroy in interface org.springframework.beans.factory.DisposableBean
        Throws:
        java.lang.Exception
      • process

        void process​(org.springframework.webflow.execution.RequestContext context,
                     java.util.Set<DelegatedClientIdentityProviderConfiguration> providers)
        Process.
        Parameters:
        context - the context
        providers - the providers