Package io.micronaut.security.context
package io.micronaut.security.context
Security context abstractions for accessing the current authentication and token.
- Since:
- 4.18.0
-
ClassDescriptionRepresents the security state associated with the current execution.Access point for the
SecurityContextassociated with the current server request.Supplies theSecurityContextassociated with the current execution.DefaultSecurityContextSupplierimplementation backed by the currentServerRequestContext.