Package io.micronaut.security.rules
package io.micronaut.security.rules
Security rules pertaining to roles and ip.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA 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.A security rule implementation backed by theSecurityConfiguration.getInterceptUrlMap()
.A security rule implementation backed by theSecurityConfigurationProperties.getIpPatterns()
()}.Security rule implementation for theSecured
annotation.SecurityRule<T>Informs theSecurityFilter
filter what to do with the given request.The result of a security rule check.Finds any sensitive endpoints and processes requests that match their id.