|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigAttribute | |
---|---|
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. |
Uses of ConfigAttribute in org.acegisecurity |
---|
Classes in org.acegisecurity that implement ConfigAttribute | |
---|---|
class |
SecurityConfig
Stores a ConfigAttribute as a String . |
Methods in org.acegisecurity with parameters of type ConfigAttribute | |
---|---|
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 |
AccessDecisionManager.supports(ConfigAttribute attribute)
Indicates whether this AccessDecisionManager is able to process authorization requests
presented with 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 |
RunAsManager.supports(ConfigAttribute attribute)
Indicates whether this RunAsManager is able to process the passed
ConfigAttribute . |
Uses of ConfigAttribute in org.acegisecurity.afterinvocation |
---|
Methods in org.acegisecurity.afterinvocation with parameters of type ConfigAttribute | |
---|---|
boolean |
AbstractAclProvider.supports(ConfigAttribute attribute)
|
boolean |
AfterInvocationProvider.supports(ConfigAttribute attribute)
Indicates whether this AfterInvocationProvider is able to participate in a decision
involving the passed ConfigAttribute . |
boolean |
BasicAclEntryAfterInvocationProvider.supports(ConfigAttribute attribute)
|
boolean |
AfterInvocationProviderManager.supports(ConfigAttribute attribute)
|
boolean |
BasicAclEntryAfterInvocationCollectionFilteringProvider.supports(ConfigAttribute attribute)
|
Uses of ConfigAttribute in org.acegisecurity.captcha |
---|
Methods in org.acegisecurity.captcha with parameters of type ConfigAttribute | |
---|---|
boolean |
CaptchaChannelProcessorTemplate.supports(ConfigAttribute attribute)
|
Uses of ConfigAttribute in org.acegisecurity.runas |
---|
Methods in org.acegisecurity.runas with parameters of type ConfigAttribute | |
---|---|
boolean |
NullRunAsManager.supports(ConfigAttribute attribute)
|
boolean |
RunAsManagerImpl.supports(ConfigAttribute attribute)
|
Uses of ConfigAttribute in org.acegisecurity.securechannel |
---|
Methods in org.acegisecurity.securechannel with parameters of type ConfigAttribute | |
---|---|
boolean |
ChannelDecisionManagerImpl.supports(ConfigAttribute attribute)
|
boolean |
ChannelDecisionManager.supports(ConfigAttribute attribute)
Indicates whether this ChannelDecisionManager is able to process the passed
ConfigAttribute . |
boolean |
ChannelProcessor.supports(ConfigAttribute attribute)
Indicates whether this ChannelProcessor is able to process the passed
ConfigAttribute . |
boolean |
InsecureChannelProcessor.supports(ConfigAttribute attribute)
|
boolean |
SecureChannelProcessor.supports(ConfigAttribute attribute)
|
Uses of ConfigAttribute in org.acegisecurity.vote |
---|
Methods in org.acegisecurity.vote with parameters of type ConfigAttribute | |
---|---|
boolean |
BasicAclEntryVoter.supports(ConfigAttribute attribute)
|
boolean |
AccessDecisionVoter.supports(ConfigAttribute attribute)
Indicates whether this AccessDecisionVoter is able to vote on the passed
ConfigAttribute . |
boolean |
AuthenticatedVoter.supports(ConfigAttribute attribute)
|
boolean |
AbstractAccessDecisionManager.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)
|
boolean |
RoleVoter.supports(ConfigAttribute attribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |