Package org.apereo.cas.web.flow
Interface DelegatedClientIdentityProviderConfigurationProducer
public interface DelegatedClientIdentityProviderConfigurationProducer
- Since:
- 6.4.0
-
Field Details
-
BEAN_NAME
Default bean name.- See Also:
-
-
Method Details
-
produce
Set<DelegatedClientIdentityProviderConfiguration> produce(org.springframework.webflow.execution.RequestContext context) Produce.- Parameters:
context- the context- Returns:
- the set
-
produce
Optional<DelegatedClientIdentityProviderConfiguration> produce(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.client.IndirectClient client) Produce.- Parameters:
requestContext- the request contextclient- the client- Returns:
- the optional
-