Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Class and Description |
---|---|
class |
RemoteJsonWebKeySet
A set of public keys that is retrieved at run-time from a remote location to verify the JWT
signature.
|
class |
StaticPublicKeySet
A set of static public keys that will be used to verify the JWT signature.
|
Modifier and Type | Method and Description |
---|---|
PublicKeySet |
JwtAuthenticationPolicy.getPublicKeys() |
Modifier and Type | Method and Description |
---|---|
JwtAuthenticationPolicy.Builder |
JwtAuthenticationPolicy.Builder.publicKeys(PublicKeySet publicKeys) |
Constructor and Description |
---|
JwtAuthenticationPolicy(Boolean isAnonymousAccessAllowed,
String tokenHeader,
String tokenQueryParam,
String tokenAuthScheme,
Float maxClockSkewInSeconds,
List<String> issuers,
List<String> audiences,
List<JsonWebTokenClaim> verifyClaims,
PublicKeySet publicKeys)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.