| Package | Description |
|---|---|
| com.holonplatform.auth.jwt |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<JwtSignatureAlgorithm> |
JwtConfigProperties.SIGNATURE_ALGORITHM
JWT signature algorithm name.
|
| Modifier and Type | Method and Description |
|---|---|
JwtSignatureAlgorithm |
JwtConfiguration.getSignatureAlgorithm()
Get the JWT token signature algorithm.
|
static JwtSignatureAlgorithm |
JwtSignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JwtSignatureAlgorithm[] |
JwtSignatureAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JwtConfiguration.Builder |
JwtConfiguration.Builder.signatureAlgorithm(JwtSignatureAlgorithm signatureAlgorithm)
Set JWT token signature algorithm
|
Copyright © 2019 The Holon Platform. All rights reserved.