Package io.micronaut.security.filters
Security and authentication filters.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Interface Summary Interface Description AuthenticationFetcher Describes a bean which attempts to read anAuthentication
from aHttpRequest
being executed.SecurityFilterOrderProvider Provides an order for theSecurityFilter
. -
Class Summary Class Description SecurityFilter Security Filter.SessionSecurityFilterOrderProvider Ensures the security filter runs after the session filter (if present) and the metrics filter (if present)