Package org.apereo.cas.pac4j.client
Interface DelegatedClientNameExtractor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This is
DelegatedClientNameExtractor.- Since:
- 6.6.0
-
Method Summary
Modifier and TypeMethodDescriptionextract(jakarta.servlet.http.HttpServletRequest context) Extract client name.extract(org.pac4j.core.context.WebContext context) Extract from context.static DelegatedClientNameExtractorExtract client name from http request parameter.
-
Method Details
-
extract
Extract client name.- Parameters:
context- the context- Returns:
- the string
-
extract
Extract from context.- Parameters:
context- the context- Returns:
- the optional
-
fromHttpRequest
Extract client name from http request parameter.- Returns:
- the delegated client name extractor
-