Package org.apereo.cas.web.flow
Interface DelegatedClientIdentityProviderConfigurationProducer
-
public interface DelegatedClientIdentityProviderConfigurationProducer- Since:
- 6.4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBEAN_NAMEDefault bean name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<DelegatedClientIdentityProviderConfiguration>produce(org.springframework.webflow.execution.RequestContext context)Produce.java.util.Optional<DelegatedClientIdentityProviderConfiguration>produce(org.springframework.webflow.execution.RequestContext requestContext, org.pac4j.core.client.IndirectClient client)Produce.
-
-
-
Field Detail
-
BEAN_NAME
static final java.lang.String BEAN_NAME
Default bean name.- See Also:
- Constant Field Values
-
-
Method Detail
-
produce
java.util.Set<DelegatedClientIdentityProviderConfiguration> produce(org.springframework.webflow.execution.RequestContext context)
Produce.- Parameters:
context- the context- Returns:
- the set
-
produce
java.util.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
-
-