Package | Description |
---|---|
org.springframework.security.access.intercept |
Abstract level security interception classes which are responsible for enforcing the
configured security constraints for a secure object.
|
org.springframework.security.access.vote |
Implements a vote-based approach to authorization decisions.
|
org.springframework.security.config.annotation.method.configuration |
Modifier and Type | Method and Description |
---|---|
AccessDecisionManager |
AbstractSecurityInterceptor.getAccessDecisionManager() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSecurityInterceptor.setAccessDecisionManager(AccessDecisionManager accessDecisionManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccessDecisionManager
Abstract implementation of
AccessDecisionManager . |
class |
AffirmativeBased
Simple concrete implementation of
AccessDecisionManager that grants access if any
AccessDecisionVoter returns an affirmative response. |
class |
ConsensusBased
Simple concrete implementation of
AccessDecisionManager that uses a
consensus-based approach. |
class |
UnanimousBased
Simple concrete implementation of
AccessDecisionManager that requires all
voters to abstain or grant access. |
Modifier and Type | Method and Description |
---|---|
protected AccessDecisionManager |
GlobalMethodSecurityConfiguration.accessDecisionManager()
Allows subclasses to provide a custom
AccessDecisionManager . |
Copyright © 2019. All rights reserved.