| Class | Description |
|---|---|
| AbstractAuthenticationModuleRunner | |
| DigestAuthenticationModuleRunner | |
| DigestHeaderUtils | |
| HttpBasicAuthenticationConfiguration |
This is the configuration for a module which implements HTTP Basic authentication.
|
| HttpBasicAuthenticationModule |
This class provides Authentication using HTTP Basic
As per the HTTP RFC this
class will cache credentials and consumed by
Pipe requests. |
| HttpDigestAuthenticationConfiguration | |
| HttpDigestAuthenticationModule |
This class provides Authentication using HTTP Digest
As per the HTTP RFC this
class will cache credentials and consumed by
Pipe requests. |
| Enum | Description |
|---|---|
| AuthTypes |
Enum of internally supported instances of
AuthType |
Copyright © 2014 JBoss by Red Hat. All rights reserved.