| Class | Description |
|---|---|
| ConsumerSecurityConfig |
Security config for consumer authorization of a method.
|
| ConsumerSecurityMetadataSource | |
| ConsumerSecurityVoter |
| Enum | Description |
|---|---|
| ConsumerSecurityConfig.ConsumerSecurityType |
Type of security.
|
| Annotation Type | Description |
|---|---|
| ConsumerKeysAllowed |
The consumer keys that are allowed to access the specified method.
|
| ConsumerRolesAllowed |
The consumer roles that are allowed to access the specified method.
|
| DenyAllConsumers |
Annotation used to specify that a method is to be denied to all OAuth consumers.
|
| PermitAllConsumers |
Annotation used to specify that a method is to be permitted to all OAuth consumers.
|
Copyright © 2015. All rights reserved.