| Interface | Description |
|---|---|
| AuthenticationRequest |
A marker interface that represents a request for an authenticated identity.
|
| Class | Description |
|---|---|
| AnonymousAuthenticationRequest |
A request the for the Anonymous identity
|
| CertificateAuthenticationRequest |
A
AuthenticationRequest to authenticate from a CertificateCredential, such as when authenticating clients through TLS |
| TokenAuthenticationRequest |
An simple authentication request that uses a token
|
| TrustedAuthenticationRequest |
A request to authenticate from a trusted source, such as an encrypted cookie
|
| UsernamePasswordAuthenticationRequest |
An simple authentication request that uses a username and password
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.