public class JwsClaimsExtractor extends Object implements java.util.function.Function<String,io.jsonwebtoken.Claims>
| Constructor and Description |
|---|
JwsClaimsExtractor() |
JwsClaimsExtractor(byte[] hmacSigningKeyBytes) |
JwsClaimsExtractor(Key key) |
JwsClaimsExtractor(io.jsonwebtoken.SigningKeyResolver signingKeyResolver) |
| Modifier and Type | Method and Description |
|---|---|
io.jsonwebtoken.Claims |
apply(String headerValue) |
JwsClaimsExtractor |
setAllowedClockSkewSeconds(Long allowedClockSkewSeconds) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic JwsClaimsExtractor()
public JwsClaimsExtractor(byte[] hmacSigningKeyBytes)
public JwsClaimsExtractor(Key key)
public JwsClaimsExtractor(io.jsonwebtoken.SigningKeyResolver signingKeyResolver)
public JwsClaimsExtractor setAllowedClockSkewSeconds(Long allowedClockSkewSeconds)
public io.jsonwebtoken.Claims apply(String headerValue)
apply in interface java.util.function.Function<String,io.jsonwebtoken.Claims>Copyright © 2017. All rights reserved.