Package org.apereo.cas.web.flow
Interface DelegatedClientIdentityProviderConfigurationPostProcessor
- All Superinterfaces:
AutoCloseable,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 Closeable, org.springframework.beans.factory.DisposableBean
- Since:
- 6.5.0
-
Method Details
-
noOp
No op.- Returns:
- the delegated client identity provider configuration post processor
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
process
void process(org.springframework.webflow.execution.RequestContext context, Set<DelegatedClientIdentityProviderConfiguration> providers) Process.- Parameters:
context- the contextproviders- the providers
-