Uses of Enum
dasniko.testcontainers.keycloak.HttpsClientAuth
-
Uses of HttpsClientAuth in dasniko.testcontainers.keycloak
Methods in dasniko.testcontainers.keycloak that return HttpsClientAuthModifier and TypeMethodDescriptionstatic HttpsClientAuthReturns the enum constant of this type with the specified name.static HttpsClientAuth[]HttpsClientAuth.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dasniko.testcontainers.keycloak with parameters of type HttpsClientAuthModifier and TypeMethodDescriptionExtendableKeycloakContainer.useMutualTls(String tlsTruststoreFilename, String tlsTruststorePassword, HttpsClientAuth httpsClientAuth) Think about usingExtendableKeycloakContainer.withTrustedCertificates(List)andExtendableKeycloakContainer.withHttpsClientAuth(HttpsClientAuth)instead.ExtendableKeycloakContainer.withHttpsClientAuth(HttpsClientAuth httpsClientAuth) Configures the server to require/request client authentication.