| Package | Description |
|---|---|
| org.pac4j.core.credentials.authenticator | |
| org.pac4j.core.credentials.extractor | |
| org.pac4j.core.exception | |
| org.pac4j.core.profile.service |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.validate(C credentials,
WebContext context)
Validate the credentials.
|
void |
LocalCachingAuthenticator.validate(T credentials,
WebContext context) |
| Modifier and Type | Method and Description |
|---|---|
TokenCredentials |
ParameterExtractor.extract(WebContext context) |
TokenCredentials |
HeaderExtractor.extract(WebContext context) |
C |
CredentialsExtractor.extract(WebContext context)
Extract the right credentials.
|
UsernamePasswordCredentials |
BasicAuthExtractor.extract(WebContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountNotFoundException
Exception when an account is not found.
|
class |
BadCredentialsException
Exception for bad credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProfileService.validate(UsernamePasswordCredentials credentials,
WebContext context) |
Copyright © 2017. All Rights Reserved.