| Package | Description |
|---|---|
| com.holonplatform.auth.jwt |
| Modifier and Type | Method and Description |
|---|---|
static JwtAuthenticator.Builder |
JwtAuthenticator.builder()
Builder to create a JwtAuthenticator.
|
JwtAuthenticator.Builder |
JwtAuthenticator.Builder.configuration(JwtConfiguration configuration)
Set the
JwtConfiguration to use to perform authentication and token validation |
JwtAuthenticator.Builder |
JwtAuthenticator.Builder.issuer(String issuer)
Add an allowed JWT issuer.
|
default JwtAuthenticator.Builder |
JwtAuthenticator.Builder.requiredClaim(String claim)
Deprecated.
|
JwtAuthenticator.Builder |
JwtAuthenticator.Builder.withRequiredClaim(String claim)
Add a required JWT claim: specified claim must exist in JWT token, otherwise authentication will fail.
|
Copyright © 2019 The Holon Platform. All rights reserved.