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.
@FunctionalInterface public interface DelegatedAuthenticationDynamicDiscoveryProviderLocator- Since:
- 6.5.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDelegatedAuthenticationDynamicDiscoveryProviderLocator.DynamicDiscoveryProviderRequest
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREQUEST_SCOPE_ATTR_PROVIDER_REDIRECT_URLAttribute name in the request scope to indicate the direct url.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<org.pac4j.core.client.IndirectClient>locate(DelegatedAuthenticationDynamicDiscoveryProviderLocator.DynamicDiscoveryProviderRequest request)Locate.
-
-
-
Field Detail
-
REQUEST_SCOPE_ATTR_PROVIDER_REDIRECT_URL
static final java.lang.String REQUEST_SCOPE_ATTR_PROVIDER_REDIRECT_URL
Attribute name in the request scope to indicate the direct url.- See Also:
- Constant Field Values
-
-
Method Detail
-
locate
java.util.Optional<org.pac4j.core.client.IndirectClient> locate(DelegatedAuthenticationDynamicDiscoveryProviderLocator.DynamicDiscoveryProviderRequest request)
Locate.- Parameters:
request- the request- Returns:
- the client
-
-