Uses of Class
software.amazon.awssdk.services.ssoadmin.model.JwksRetrievalOption
-
Packages that use JwksRetrievalOption Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of JwksRetrievalOption in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return JwksRetrievalOption Modifier and Type Method Description static JwksRetrievalOptionJwksRetrievalOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JwksRetrievalOptionOidcJwtConfiguration. jwksRetrievalOption()The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.JwksRetrievalOptionOidcJwtUpdateConfiguration. jwksRetrievalOption()The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.static JwksRetrievalOptionJwksRetrievalOption. valueOf(String name)Returns the enum constant of this type with the specified name.static JwksRetrievalOption[]JwksRetrievalOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type JwksRetrievalOption Modifier and Type Method Description static Set<JwksRetrievalOption>JwksRetrievalOption. knownValues()Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type JwksRetrievalOption Modifier and Type Method Description OidcJwtConfiguration.BuilderOidcJwtConfiguration.Builder. jwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.OidcJwtUpdateConfiguration.BuilderOidcJwtUpdateConfiguration.Builder. jwksRetrievalOption(JwksRetrievalOption jwksRetrievalOption)The method that the trusted token issuer can use to retrieve the JSON Web Key Set used to verify a JWT.
-