| Package | Description |
|---|---|
| org.pac4j.core.client | |
| org.pac4j.core.credentials.extractor |
| Modifier and Type | Method and Description |
|---|---|
CredentialsExtractor<C> |
BaseClient.getCredentialsExtractor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseClient.defaultCredentialsExtractor(CredentialsExtractor<C> credentialsExtractor) |
void |
BaseClient.setCredentialsExtractor(CredentialsExtractor<C> credentialsExtractor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthExtractor
To extract basic auth header.
|
class |
FormExtractor
To extract a username and password posted from a form.
|
class |
HeaderExtractor
To extract header value.
|
class |
ParameterExtractor
To extract a parameter value.
|
Copyright © 2017. All Rights Reserved.