Index
All Classes and Interfaces|All Packages
C
- client - Variable in class io.quarkus.test.oidc.client.OidcTestClient
- close() - Method in class io.quarkus.test.oidc.client.OidcTestClient
E
- encodeForm(MultiMap) - Static method in class io.quarkus.test.oidc.client.OidcTestClient
G
- generateJwtToken(String, Set<String>) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- generateJwtToken(String, Set<String>, String) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- generateJwtToken(String, Set<String>, String, String) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getAccessToken(String, String) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token from the default tenant realm using a password grant with the provided user name, user secret.
- getAccessToken(String, String, String, String) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token from the default tenant realm using a password grant with the provided client id, client secret, user name, user secret, client id and user secret.
- getAccessToken(String, String, String, String, Map<String, String>) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token using a password grant with the provided user name, user secret, client id and secret, and scopes.
- getAccessToken(String, String, Map<String, String>) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token from the default tenant realm using a password grant with the provided user name, user secret, and additional properties.
- getAccessToken(String, Set<String>) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getAuthServerUrl() - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Return URL string configured with a 'quarkus.oidc.auth-server' property.
- getCertificate() - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getClientAccessToken() - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token a client_credentials grant.
- getClientAccessToken(String, String) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token from the default tenant realm using a client_credentials grant with a the provided client id and secret.
- getClientAccessToken(String, String, Map<String, String>) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token using a client_credentials grant with the provided client id and secret, and additional properties.
- getClientAccessToken(Map<String, String>) - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Get an access token a client_credentials grant with additional properties.
- getEncryptedIdToken(String, Set<String>) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getEncryptedIdToken(String, Set<String>, String) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getIdToken(String, Set<String>) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getLogoutToken() - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getLogoutToken(String) - Static method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- getTokenUrl() - Method in class io.quarkus.test.oidc.client.OidcTestClient
-
Return URL string configured with a 'quarkus.oidc.auth-server' property.
I
- inject(QuarkusTestResourceLifecycleManager.TestInjector) - Method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- io.quarkus.test.oidc.client - package io.quarkus.test.oidc.client
- io.quarkus.test.oidc.server - package io.quarkus.test.oidc.server
O
- OidcTestClient - Class in io.quarkus.test.oidc.client
- OidcTestClient() - Constructor for class io.quarkus.test.oidc.client.OidcTestClient
- OidcWireMock - Annotation Interface in io.quarkus.test.oidc.server
-
Used to specify that the field should be injected with the
WireMockServerserver that provides mock HTTP API for OIDC clients. - OidcWiremockTestResource - Class in io.quarkus.test.oidc.server
-
Provides a mock OIDC server to tests.
- OidcWiremockTestResource() - Constructor for class io.quarkus.test.oidc.server.OidcWiremockTestResource
S
- start() - Method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
- stop() - Method in class io.quarkus.test.oidc.server.OidcWiremockTestResource
V
- vertx - Variable in class io.quarkus.test.oidc.client.OidcTestClient
All Classes and Interfaces|All Packages