Uses of Class
com.oracle.bmc.apigateway.model.PublicKeySet
-
Packages that use PublicKeySet Package Description com.oracle.bmc.apigateway.model -
-
Uses of PublicKeySet in com.oracle.bmc.apigateway.model
Subclasses of PublicKeySet in com.oracle.bmc.apigateway.model Modifier and Type Class 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.Methods in com.oracle.bmc.apigateway.model that return PublicKeySet Modifier and Type Method Description PublicKeySet
JwtAuthenticationPolicy. getPublicKeys()
Methods in com.oracle.bmc.apigateway.model with parameters of type PublicKeySet Modifier and Type Method Description JwtAuthenticationPolicy.Builder
JwtAuthenticationPolicy.Builder. publicKeys(PublicKeySet publicKeys)
Constructors in com.oracle.bmc.apigateway.model with parameters of type PublicKeySet Constructor Description JwtAuthenticationPolicy(Boolean isAnonymousAccessAllowed, String tokenHeader, String tokenQueryParam, String tokenAuthScheme, Float maxClockSkewInSeconds, List<String> issuers, List<String> audiences, List<JsonWebTokenClaim> verifyClaims, PublicKeySet publicKeys)
Deprecated.
-