public abstract class FromJwtCredentialsExtractor<H,B,C> extends Object implements SecurityCredentialsExtractor<JsonWebToken<H,B>,C>
| Constructor and Description |
|---|
FromJwtCredentialsExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
extractFromBody(B body) |
C |
getCredentials(JsonWebToken<H,B> token) |
public C getCredentials(JsonWebToken<H,B> token)
getCredentials in interface SecurityCredentialsExtractor<JsonWebToken<H,B>,C>Copyright © 2022. All rights reserved.