Class RequiredAuthenticationInformationEnricher
- java.lang.Object
-
- de.quantummaid.httpmaid.events.enriching.enrichers.RequiredAuthenticationInformationEnricher
-
- All Implemented Interfaces:
AuthenticationInformationEnricher,Enricher,TopEnricher
public final class RequiredAuthenticationInformationEnricher extends Object implements AuthenticationInformationEnricher
-
-
Constructor Summary
Constructors Constructor Description RequiredAuthenticationInformationEnricher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<?>extractValue(HttpRequest request)StringmapKey()static RequiredAuthenticationInformationEnricherrequiredAuthenticationInformationEnricher(String mapKey)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.events.enriching.enrichers.TopEnricher
enrich
-
-
-
-
Method Detail
-
requiredAuthenticationInformationEnricher
public static RequiredAuthenticationInformationEnricher requiredAuthenticationInformationEnricher(String mapKey)
-
mapKey
public String mapKey()
- Specified by:
mapKeyin interfaceTopEnricher
-
extractValue
public Optional<?> extractValue(HttpRequest request)
- Specified by:
extractValuein interfaceTopEnricher
-
-