Interface | Description |
---|---|
SecurityRule |
Informs the JWT filter what to do with the given request.
|
Class | Description |
---|---|
AbstractSecurityRule |
A base
SecurityRule class to extend from that provides
helper methods to get the roles from the claims and compare them
to the roles allowed by the rule. |
ConfigurationInterceptUrlMapRule |
A security rule implementation backed by the
SecurityConfiguration.getInterceptUrlMap() . |
IpPatternsRule |
A security rule implementation backed by the
SecurityConfigurationProperties.getIpPatterns() ()}. |
SecuredAnnotationRule |
Security rule implementation for the
Secured annotation. |
SensitiveEndpointRule |
Finds any sensitive endpoints and processes requests that match their
id.
|
Enum | Description |
---|---|
SecurityRuleResult |
The result of a security rule check.
|