All Classes and Interfaces

Class
Description
AuthenticationBuilder<T extends org.springframework.security.core.Authentication>
Common interface for test authentication builders
 
org.springframework.security.access.expression.method.MethodSecurityExpressionRoot is protected.
Claim-sets are collections of key-value pairs, so lets extend Map<String, Object>
Portable converter to extract Spring-security authorities from OAuth2 claims.
Allows to work around some JDK limitations.
 
 
Modifiable Map<String, Object> used to assemble claims during test setup
Configurable converter from token claims to spring authorities
 
 
Properties to push one step further the auto-configuration of Spring Boot OAuth2 clients
 
 
 
Would better be named "SpringAddonsOAuth2ResourceServerProperties" and use "com.c4-soft.springaddons.security.resource-server" as prefix to better distinguish it from SpringAddonsOAuth2ClientProperties.
 
 
DEFAULT switches between DISABLED if statlessSessions is true (resource server) and SESSION otherwise (client) DISABLE disables CSRF protection.