Uses of Enum Class
io.quarkus.oidc.OidcTenantConfig.TokenStateManager.EncryptionAlgorithm
Packages that use OidcTenantConfig.TokenStateManager.EncryptionAlgorithm
-
Uses of OidcTenantConfig.TokenStateManager.EncryptionAlgorithm in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeFieldDescriptionOidcTenantConfig.TokenStateManager.encryptionAlgorithmDeprecated, for removal: This API element is subject to removal in a future version.Session cookie key encryption algorithmMethods in io.quarkus.oidc that return OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeMethodDescriptionOidcTenantConfig.TokenStateManager.getEncryptionAlgorithm()Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.OidcTenantConfig.TokenStateManager.EncryptionAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeMethodDescriptionvoidOidcTenantConfig.TokenStateManager.setEncryptionAlgorithm(OidcTenantConfig.TokenStateManager.EncryptionAlgorithm encryptionAlgorithm) Deprecated, for removal: This API element is subject to removal in a future version.