| Package | Description |
|---|---|
| org.springframework.security.oauth.provider.filter | |
| org.springframework.security.oauth.provider.verifier |
| Modifier and Type | Method and Description |
|---|---|
OAuthVerifierServices |
UserAuthorizationProcessingFilter.getVerifierServices()
The verifier services to use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAuthorizationProcessingFilter.setVerifierServices(OAuthVerifierServices verifierServices)
The verifier services to use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RandomValueVerifierServices
Basic implementation of the verifier services that creates a random-value verifier and stores it in an in-memory map.
|
Copyright © 2015. All rights reserved.