Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E G I L M O R S V

A

AbstractSecurityInterceptor - class org.acegisecurity.intercept.AbstractSecurityInterceptor.
Abstract class that implements security interception for secure objects.
AbstractSecurityInterceptor() - Constructor for class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
accessDecisionManager - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
afterInvocation(InterceptorStatusToken, Object) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
Completes the work of the AbstractSecurityInterceptor after the secure object invocation has been complete
afterInvocationManager - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
afterPropertiesSet() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
alwaysReauthenticate - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
attr - Variable in class org.acegisecurity.intercept.InterceptorStatusToken
 
authentication - Variable in class org.acegisecurity.intercept.InterceptorStatusToken
 
authenticationManager - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

B

beforeInvocation(Object) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

C

contextHolderRefreshRequired - Variable in class org.acegisecurity.intercept.InterceptorStatusToken
 
credentialsNotFound(String, Object, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
Helper method which generates an exception containing the passed reason, and publishes an event to the application context.

E

eventPublisher - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

G

getAccessDecisionManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
getAfterInvocationManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
getAttr() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
 
getAttributes(Object) - Method in interface org.acegisecurity.intercept.ObjectDefinitionSource
Accesses the ConfigAttributeDefinition that applies to a given secure object.
getAuthentication() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
 
getAuthenticationManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
getConfigAttributeDefinitions() - Method in interface org.acegisecurity.intercept.ObjectDefinitionSource
If available, all of the ConfigAttributeDefinitions defined by the implementing class.
getRunAsManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
getSecureObject() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
 
getSecureObjectClass() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
Indicates the type of secure objects the subclass will be presenting to the abstract parent for processing.

I

InterceptorStatusToken - class org.acegisecurity.intercept.InterceptorStatusToken.
A return object received by AbstractSecurityInterceptor subclasses.
InterceptorStatusToken(Authentication, boolean, ConfigAttributeDefinition, Object) - Constructor for class org.acegisecurity.intercept.InterceptorStatusToken
 
InterceptorStatusToken() - Constructor for class org.acegisecurity.intercept.InterceptorStatusToken
 
isAlwaysReauthenticate() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
isContextHolderRefreshRequired() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
 
isRejectPublicInvocations() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
isValidateConfigAttributes() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

L

logger - Static variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

M

messages - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

O

ObjectDefinitionSource - interface org.acegisecurity.intercept.ObjectDefinitionSource.
Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
obtainObjectDefinitionSource() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
org.acegisecurity.intercept - package org.acegisecurity.intercept
 

R

rejectPublicInvocations - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
runAsManager - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

S

secureObject - Variable in class org.acegisecurity.intercept.InterceptorStatusToken
 
setAccessDecisionManager(AccessDecisionManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setAfterInvocationManager(AfterInvocationManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setAlwaysReauthenticate(boolean) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
Indicates whether the AbstractSecurityInterceptor should ignore the Authentication.isAuthenticated()>Authentication.isAuthenticated() 55 property.
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setMessageSource(MessageSource) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setRejectPublicInvocations(boolean) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
By rejecting public invocations (and setting this property to true), essentially you are ensuring that every secure object invocation advised by AbstractSecurityInterceptor has a configuration attribute defined.
setRunAsManager(RunAsManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
setValidateConfigAttributes(boolean) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
supports(Class) - Method in interface org.acegisecurity.intercept.ObjectDefinitionSource
Indicates whether the ObjectDefinitionSource implementation is able to provide ConfigAttributeDefinitions for the indicated secure object type.

V

validateConfigAttributes - Variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 

A B C E G I L M O R S V