Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.TokenStateManager.EncryptionAlgorithm
Packages that use OidcTenantConfig.TokenStateManager.EncryptionAlgorithm
-
Uses of OidcTenantConfig.TokenStateManager.EncryptionAlgorithm in io.quarkus.oidc
Methods in io.quarkus.oidc that return OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeMethodDescriptionOidcTenantConfig.TokenStateManager.encryptionAlgorithm()Deprecated.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeMethodDescriptionOidcTenantConfigBuilder.TokenStateManagerBuilder.encryptionAlgorithm(OidcTenantConfig.TokenStateManager.EncryptionAlgorithm encryptionAlgorithm) -
Uses of OidcTenantConfig.TokenStateManager.EncryptionAlgorithm in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return OidcTenantConfig.TokenStateManager.EncryptionAlgorithmModifier and TypeMethodDescriptionOidcTenantConfig.TokenStateManager.encryptionAlgorithm()Session cookie key encryption algorithmReturns 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.