Class AuthenticationInformationEnricher
- java.lang.Object
-
- de.quantummaid.httpmaid.events.enriching.enrichers.AuthenticationInformationEnricher
-
-
Constructor Summary
Constructors Constructor Description AuthenticationInformationEnricher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuthenticationInformationEnricherauthenticationInformationEnricher(String mapKey)Optional<?>extractValue(HttpRequest request)StringmapKey()
-
-
-
Method Detail
-
authenticationInformationEnricher
public static AuthenticationInformationEnricher authenticationInformationEnricher(String mapKey)
-
extractValue
public Optional<?> extractValue(HttpRequest request)
- Specified by:
extractValuein interfaceEnricher
-
-