Package org.springframework.security.authorization
package org.springframework.security.authorization
-
ClassDescriptionAn
AuthorizationManager
that determines if the current user is authenticated.AReactiveAuthorizationManager
that determines if the current user is authenticated.AnAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains any of the specified authorities.Represents anAuthorizationDecision
based on a collection of authoritiesAnAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.AReactiveAuthorizationManager
that determines if the current user is authorized by evaluating if theAuthentication
contains a specified authority.AnAccessDeniedException
that contains theAuthorizationResult
A contract for publishing authorization eventsAn Authorization manager which can determine if anAuthentication
has access to a specific object.A factory class to create anAuthorizationManager
instances.AnObservation.Context
used during authorizationsAnObservationConvention
for translating authorizations intoKeyValues
.A factory for wrapping arbitrary objects in authorization-related adviceRepresents an authorization resultRepresents anAuthorizationDecision
based on aExpression
AnAuthorizationManager
that observes the authorizationAnReactiveAuthorizationManager
that observes the authenticationA reactive authorization manager which can determine if anAuthentication
has access to a specific object.An implementation ofAuthorizationEventPublisher
that uses Spring's event publishing support.