| Class | Description |
|---|---|
| CoffeeNetAuthoritiesExtractor |
Extracts a list of
authorities out of the response of the user endpoint of the auth-server. |
| CoffeeNetPrincipalExtractor |
Extracts an instance of
CoffeeNetUserDetails out of the response of the user endpoint of the auth-server. |
| CoffeeNetSecurityAutoConfiguration |
Security Configuration.
|
| CoffeeNetSecurityAutoConfiguration.DevelopmentCoffeeNetSecurityConfiguration | |
| CoffeeNetSecurityAutoConfiguration.IntegrationCoffeeNetSecurityConfiguration | |
| CoffeeNetSecurityClientProperties |
This configuration properties class defines all properties that are defined under the prefix
coffeenet.security.client to configure client information like the oauth/token or oauth/authorize paths. |
| CoffeeNetSecurityProperties |
This configuration properties class defines all properties that are defined on the first level with the prefix
coffeenet.security for e.g. |
| CoffeeNetSecurityResourceProperties |
This configuration properties class defines all properties that are defined under the prefix
coffeenet.security.resource to configure the security resources like the user endpoint. |
| CoffeeNetSimpleUrlAuthenticationFailureHandler |
Simple interceptor to log all authentication failures.
|
| DevelopmentCoffeeNetWebSecurityConfigurerAdapter |
This adapter configures the CoffeeNet development (mock) security configuration.
|
| IntegrationCoffeeNetWebSecurityConfigurerAdapter |