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 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
.Represents 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.