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) throws Throwable Produce.- Parameters:
context- the context- Returns:
- the set
- Throws:
Throwable- the throwable
-
produce
Optional<DelegatedClientIdentityProviderConfiguration> produce(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.client.IndirectClient client) throws Throwable Produce.- Parameters:
requestContext- the request contextclient- the client- Returns:
- the optional
- Throws:
Throwable- the throwable
-