Package | Description |
---|---|
org.acegisecurity |
Provides core Acegi Security System for Spring interfaces and classes.
|
org.acegisecurity.afterinvocation |
Used for post-processing of an object returned from a secure object invocation.
|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.runas |
Allows secure objects to be run under a different authentication identity.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
org.acegisecurity.vote |
Implements a vote-based approach to authorization decisions.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityConfig
Stores a
ConfigAttribute as a String . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigAttributeDefinition.addConfigAttribute(ConfigAttribute newConfigAttribute)
Adds a
ConfigAttribute that is related to the secure object method. |
boolean |
ConfigAttributeDefinition.contains(ConfigAttribute configAttribute)
Indicates whether the specified
ConfigAttribute is contained within this
ConfigAttributeDefinition . |
boolean |
RunAsManager.supports(ConfigAttribute attribute)
Indicates whether this
RunAsManager is able to process the passed
ConfigAttribute . |
boolean |
AfterInvocationManager.supports(ConfigAttribute attribute)
Indicates whether this
AfterInvocationManager is able to process "after invocation"
requests presented with the passed ConfigAttribute . |
boolean |
AccessDecisionManager.supports(ConfigAttribute attribute)
Indicates whether this
AccessDecisionManager is able to process authorization requests
presented with the passed ConfigAttribute . |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicAclEntryAfterInvocationProvider.supports(ConfigAttribute attribute) |
boolean |
AfterInvocationProvider.supports(ConfigAttribute attribute)
Indicates whether this
AfterInvocationProvider is able to participate in a decision
involving the passed ConfigAttribute . |
boolean |
BasicAclEntryAfterInvocationCollectionFilteringProvider.supports(ConfigAttribute attribute) |
boolean |
AfterInvocationProviderManager.supports(ConfigAttribute attribute) |
boolean |
AbstractAclProvider.supports(ConfigAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
CaptchaChannelProcessorTemplate.supports(ConfigAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
RunAsManagerImpl.supports(ConfigAttribute attribute) |
boolean |
NullRunAsManager.supports(ConfigAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
InsecureChannelProcessor.supports(ConfigAttribute attribute) |
boolean |
ChannelDecisionManager.supports(ConfigAttribute attribute)
Indicates whether this
ChannelDecisionManager is able to process the passed
ConfigAttribute . |
boolean |
ChannelDecisionManagerImpl.supports(ConfigAttribute attribute) |
boolean |
ChannelProcessor.supports(ConfigAttribute attribute)
Indicates whether this
ChannelProcessor is able to process the passed
ConfigAttribute . |
boolean |
SecureChannelProcessor.supports(ConfigAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
RoleVoter.supports(ConfigAttribute attribute) |
boolean |
BasicAclEntryVoter.supports(ConfigAttribute attribute) |
boolean |
AccessDecisionVoter.supports(ConfigAttribute attribute)
Indicates whether this
AccessDecisionVoter is able to vote on the passed
ConfigAttribute . |
boolean |
AbstractAccessDecisionManager.supports(ConfigAttribute attribute) |
boolean |
AuthenticatedVoter.supports(ConfigAttribute attribute) |
boolean |
LabelBasedAclVoter.supports(ConfigAttribute attribute)
This acl voter will only evaluate labeled methods if they are marked in the security interceptor's
configuration with the attribute stored in attributeIndicatingLabeledOperation.
|
boolean |
AclEntryVoter.supports(ConfigAttribute attribute) |
Copyright © 2019. All rights reserved.