Class | Description |
---|---|
AbstractClientAuthenticator | |
ClientAuthUtil | |
ClientIdAndSecretAuthenticator |
Validates client based on "client_id" and "client_secret" sent either in request parameters or in "Authorization: Basic" header .
|
JWTClientAuthenticator |
Client authentication based on JWT signed by client private key .
|
JWTClientSecretAuthenticator |
Client authentication based on JWT signed by client secret instead of private key .
|
X509ClientAuthenticator |
Copyright © 2021 JBoss by Red Hat. All rights reserved.