| Interface | Description |
|---|---|
| Extractor<C extends Credentials> |
An extractor gets the
Credentials from a WebContext and should return null if no credentials are present
or should throw a CredentialsException if it cannot get it. |
| Class | Description |
|---|---|
| BasicAuthExtractor |
To extract basic auth header.
|
| CookieExtractor |
Extracts a cookie value from the request context.
|
| FormExtractor |
To extract a username and password posted from a form.
|
| HeaderExtractor |
To extract header value.
|
| IpExtractor |
To extract a remote IP address.
|
| ParameterExtractor |
To extract a parameter value.
|
Copyright © 2016. All Rights Reserved.