Class JwtAllMatchingClaimsExtractor
java.lang.Object
org.zalando.logbook.core.attributes.JwtAllMatchingClaimsExtractor
- All Implemented Interfaces:
AttributeExtractor
@API(status=EXPERIMENTAL)
public final class JwtAllMatchingClaimsExtractor
extends Object
implements AttributeExtractor
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJwtAllMatchingClaimsExtractor(com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<String> claimNames) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zalando.logbook.attributes.AttributeExtractor
extract
-
Constructor Details
-
JwtAllMatchingClaimsExtractor
-
-
Method Details
-
extract
- Specified by:
extractin interfaceAttributeExtractor
-