| 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.
|
| TokenStateManager |
Authorization Code Flow Token State Manager.
|
| Class | Description |
|---|---|
| AccessTokenCredential | |
| AuthorizationCodeTokens |
Authorization Code Flow Session State
|
| 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 | |
| OidcTenantConfig.TokenStateManager |
Default Authorization Code token state manager configuration
|
| OidcTokenCredential | |
| RefreshToken | |
| SecurityEvent |
Security event.
|
| UserInfo |
| Exception | Description |
|---|---|
| OIDCException |
| Annotation Type | Description |
|---|---|
| IdToken |
Copyright © 2020 JBoss by Red Hat. All rights reserved.