| Interface | Description |
|---|---|
| TenantConfigResolver |
A tenant resolver is responsible for resolving the
OidcTenantConfig for tenants, dynamically. |
| TenantResolver |
A tenant resolver is responsible for resolving tenants dynamically so that the proper configuration can be used accordingly.
|
| Class | Description |
|---|---|
| AccessTokenCredential | |
| IdTokenCredential | |
| OidcTenantConfig | |
| OidcTenantConfig.Authentication |
Defines the authorization request properties when authenticating
users using the Authorization Code Grant Type.
|
| OidcTenantConfig.Credentials | |
| OidcTenantConfig.Credentials.Jwt |
Supports the client authentication methods which involve sending a signed JWT token.
|
| OidcTenantConfig.Credentials.Secret |
Supports the client authentication methods which involve sending a client secret.
|
| OidcTenantConfig.Logout | |
| OidcTenantConfig.Proxy | |
| OidcTenantConfig.Roles | |
| OidcTenantConfig.Tls | |
| OidcTenantConfig.Token | |
| RefreshToken | |
| UserInfo |
| Enum | Description |
|---|---|
| OidcTenantConfig.ApplicationType | |
| OidcTenantConfig.Credentials.Secret.Method | |
| OidcTenantConfig.Roles.Source | |
| OidcTenantConfig.Tls.Verification |
| Exception | Description |
|---|---|
| OIDCException |
| Annotation Type | Description |
|---|---|
| IdToken |
Copyright © 2020 JBoss by Red Hat. All rights reserved.