| Interface | Description |
|---|---|
| CredentialsExtractor<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.
|
| FormExtractor |
To extract a username and password posted from a form.
|
| HeaderExtractor |
To extract header value.
|
| ParameterExtractor |
To extract a parameter value.
|
Copyright © 2017. All Rights Reserved.