Uses of Class
io.quarkus.oidc.OidcTenantConfig.SignatureAlgorithm
-
Packages that use OidcTenantConfig.SignatureAlgorithm Package Description io.quarkus.oidc -
-
Uses of OidcTenantConfig.SignatureAlgorithm in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.SignatureAlgorithm Modifier and Type Field Description Optional<OidcTenantConfig.SignatureAlgorithm>OidcTenantConfig.Token. signatureAlgorithmRequired signature algorithm.Methods in io.quarkus.oidc that return OidcTenantConfig.SignatureAlgorithm Modifier and Type Method Description static OidcTenantConfig.SignatureAlgorithmOidcTenantConfig.SignatureAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcTenantConfig.SignatureAlgorithm[]OidcTenantConfig.SignatureAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.SignatureAlgorithm Modifier and Type Method Description Optional<OidcTenantConfig.SignatureAlgorithm>OidcTenantConfig.Token. getSignatureAlgorithm()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.SignatureAlgorithm Modifier and Type Method Description voidOidcTenantConfig.Token. setSignatureAlgorithm(OidcTenantConfig.SignatureAlgorithm signatureAlgorithm)
-