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.A proxy factory for applying authorization advice to an arbitrary object.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 anAuthorizationDecision
based on aExpression
AnAuthorizationManager
that observes the authorizationAnReactiveAuthorizationManager
that observes the authenticationA proxy factory for applying authorization advice to an arbitrary object.A reactive authorization manager which can determine if anAuthentication
has access to a specific object.An implementation ofAuthorizationEventPublisher
that uses Spring's event publishing support.