Package org.apereo.cas.pac4j.discovery
Interface DelegatedAuthenticationDynamicDiscoveryProviderLocator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 6.5.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute name in the request scope to indicate the direct url. -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.pac4j.core.client.IndirectClient>locate(DelegatedAuthenticationDynamicDiscoveryProviderLocator.DynamicDiscoveryProviderRequest request) Locate.
-
Field Details
-
REQUEST_SCOPE_ATTR_PROVIDER_REDIRECT_URL
Attribute name in the request scope to indicate the direct url.- See Also:
-
-
Method Details
-
locate
Optional<org.pac4j.core.client.IndirectClient> locate(DelegatedAuthenticationDynamicDiscoveryProviderLocator.DynamicDiscoveryProviderRequest request) Locate.- Parameters:
request- the request- Returns:
- the client
-