Uses of Enum Class
io.quarkus.oidc.OidcTenantConfig.SignatureAlgorithm
Packages that use OidcTenantConfig.SignatureAlgorithm
-
Uses of OidcTenantConfig.SignatureAlgorithm in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.SignatureAlgorithmModifier and TypeFieldDescriptionOidcTenantConfig.Token.signatureAlgorithmDeprecated, for removal: This API element is subject to removal in a future version.Required signature algorithm.Methods in io.quarkus.oidc that return OidcTenantConfig.SignatureAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OidcTenantConfig.SignatureAlgorithm[]OidcTenantConfig.SignatureAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.SignatureAlgorithmModifier and TypeMethodDescriptionOidcTenantConfig.Token.getSignatureAlgorithm()Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.SignatureAlgorithmModifier and TypeMethodDescriptionvoidOidcTenantConfig.Token.setSignatureAlgorithm(OidcTenantConfig.SignatureAlgorithm signatureAlgorithm) Deprecated, for removal: This API element is subject to removal in a future version.