|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV NEXT | ||||||||
A
- additionalFilters - Variable in class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
- afterPropertiesSet() - Method in class org.acegisecurity.util.FilterChainProxy
- afterPropertiesSet() - Method in class org.acegisecurity.util.PortResolverImpl
- applicationContext - Variable in class org.acegisecurity.util.FilterChainProxy
- arguments - Variable in class org.acegisecurity.util.SimpleMethodInvocation
C
- create(Object, String) - Static method in class org.acegisecurity.util.MethodInvocationUtils
- Generates a
MethodInvocationfor specifiedmethodNameon the passed object. - create(Object, String, Object[]) - Static method in class org.acegisecurity.util.MethodInvocationUtils
- Generates a
MethodInvocationfor specifiedmethodNameon the passed object, using theargsto locate the method. - createFromClass(Class, String) - Static method in class org.acegisecurity.util.MethodInvocationUtils
- Generates a
MethodInvocationfor specifiedmethodNameon the passed class. - createFromClass(Class, String, Class[]) - Static method in class org.acegisecurity.util.MethodInvocationUtils
- Generates a
MethodInvocationfor specifiedmethodNameon the passed class, using theargsto locate the method. - currentPosition - Variable in class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
D
- delegate - Variable in class org.acegisecurity.util.FilterToBeanProxy
- description - Variable in class org.acegisecurity.util.InMemoryResource
- destroy() - Method in class org.acegisecurity.util.FilterChainProxy
- destroy() - Method in class org.acegisecurity.util.FilterToBeanProxy
- doFilter(ServletRequest, ServletResponse) - Method in class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.acegisecurity.util.FilterChainProxy
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.acegisecurity.util.FilterToBeanProxy
- doInit() - Method in class org.acegisecurity.util.FilterToBeanProxy
F
- FilterChainProxy - class org.acegisecurity.util.FilterChainProxy.
- Delegates
Filterrequests to a list of Spring-managed beans. - FilterChainProxy() - Constructor for class org.acegisecurity.util.FilterChainProxy
- FilterChainProxy.VirtualFilterChain - class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain.
- A
FilterChainthat records whether or not FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)>FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse)55 is called. - FilterChainProxy.VirtualFilterChain(FilterInvocation, Filter[]) - Constructor for class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
- FilterChainProxy.VirtualFilterChain() - Constructor for class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
- FilterToBeanProxy - class org.acegisecurity.util.FilterToBeanProxy.
- Delegates
Filterrequests to a Spring-managed bean. - FilterToBeanProxy() - Constructor for class org.acegisecurity.util.FilterToBeanProxy
- fi - Variable in class org.acegisecurity.util.FilterChainProxy.VirtualFilterChain
- filterConfig - Variable in class org.acegisecurity.util.FilterToBeanProxy
- filterInvocationDefinitionSource - Variable in class org.acegisecurity.util.FilterChainProxy
G
- getArguments() - Method in class org.acegisecurity.util.SimpleMethodInvocation
- getContext(FilterConfig) - Method in class org.acegisecurity.util.FilterToBeanProxy
- Allows test cases to override where application context obtained from.
- getDescription() - Method in class org.acegisecurity.util.InMemoryResource
- getFilterInvocationDefinitionSource() - Method in class org.acegisecurity.util.FilterChainProxy
- getInputStream() - Method in class org.acegisecurity.util.InMemoryResource
- getMethod() - Method in class org.acegisecurity.util.SimpleMethodInvocation
- getPortMapper() - Method in class org.acegisecurity.util.PortResolverImpl
- getServerPort(ServletRequest) - Method in interface org.acegisecurity.util.PortResolver
- Indicates the port the
ServletRequestwas received on. - getServerPort(ServletRequest) - Method in class org.acegisecurity.util.PortResolverImpl
- getStaticPart() - Method in class org.acegisecurity.util.SimpleMethodInvocation
- getThis() - Method in class org.acegisecurity.util.SimpleMethodInvocation
- getTranslatedPortMappings() - Method in class org.acegisecurity.util.PortMapperImpl
- Returns the translated (Integer -> Integer) version of the original port mapping specified via setHttpsPortMapping()
H
- httpsPortMappings - Variable in class org.acegisecurity.util.PortMapperImpl
I
- InMemoryResource - class org.acegisecurity.util.InMemoryResource.
- An in memory implementation of Spring's org.springframework.core.io.Resource interface.
- InMemoryResource(byte[]) - Constructor for class org.acegisecurity.util.InMemoryResource
- InMemoryResource(byte[], String) - Constructor for class org.acegisecurity.util.InMemoryResource
- in - Variable in class org.acegisecurity.util.InMemoryResource
- init(FilterConfig) - Method in class org.acegisecurity.util.FilterChainProxy
- init(FilterConfig) - Method in class org.acegisecurity.util.FilterToBeanProxy
- initialized - Variable in class org.acegisecurity.util.FilterToBeanProxy
L
- logger - Static variable in class org.acegisecurity.util.FilterChainProxy
- lookupHttpPort(Integer) - Method in interface org.acegisecurity.util.PortMapper
- Locates the HTTP port associated with the specified HTTPS port.
- lookupHttpPort(Integer) - Method in class org.acegisecurity.util.PortMapperImpl
- lookupHttpsPort(Integer) - Method in interface org.acegisecurity.util.PortMapper
- Locates the HTTPS port associated with the specified HTTP port.
- lookupHttpsPort(Integer) - Method in class org.acegisecurity.util.PortMapperImpl
M
- MethodInvocationUtils - class org.acegisecurity.util.MethodInvocationUtils.
- Static utility methods for creating
MethodInvocations usable within Acegi Security. - MethodInvocationUtils() - Constructor for class org.acegisecurity.util.MethodInvocationUtils
- method - Variable in class org.acegisecurity.util.SimpleMethodInvocation
O
- obtainAllDefinedFilters() - Method in class org.acegisecurity.util.FilterChainProxy
- Obtains all of the unique
Filterinstances registered against theFilterInvocationDefinitionSource. - obtainAllDefinedFilters(ConfigAttributeDefinition) - Method in class org.acegisecurity.util.FilterChainProxy
- Obtains all of the
Filterinstances registered against the specifiedConfigAttributeDefinition. - org.acegisecurity.util - package org.acegisecurity.util
P
- PortMapper - interface org.acegisecurity.util.PortMapper.
PortMapperimplementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.- PortMapperImpl - class org.acegisecurity.util.PortMapperImpl.
- Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context.
- PortMapperImpl() - Constructor for class org.acegisecurity.util.PortMapperImpl
- PortResolver - interface org.acegisecurity.util.PortResolver.
- A
PortResolverdetermines the port a web request was received on. - PortResolverImpl - class org.acegisecurity.util.PortResolverImpl.
- Concrete implementation of PortResolver that obtains the port from
ServletRequest.getServerPort(). - PortResolverImpl() - Constructor for class org.acegisecurity.util.PortResolverImpl
- portMapper - Variable in class org.acegisecurity.util.PortResolverImpl
- proceed() - Method in class org.acegisecurity.util.SimpleMethodInvocation
S
- SimpleMethodInvocation - class org.acegisecurity.util.SimpleMethodInvocation.
- Represents the AOP Alliance
MethodInvocation. - SimpleMethodInvocation(Method, Object[]) - Constructor for class org.acegisecurity.util.SimpleMethodInvocation
- SimpleMethodInvocation() - Constructor for class org.acegisecurity.util.SimpleMethodInvocation
- StringSplitUtils - class org.acegisecurity.util.StringSplitUtils.
- Provides several
Stringmanipulation methods. - StringSplitUtils() - Constructor for class org.acegisecurity.util.StringSplitUtils
- servletContainerManaged - Variable in class org.acegisecurity.util.FilterToBeanProxy
- setApplicationContext(ApplicationContext) - Method in class org.acegisecurity.util.FilterChainProxy
- setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.acegisecurity.util.FilterChainProxy
- setPortMapper(PortMapper) - Method in class org.acegisecurity.util.PortResolverImpl
- setPortMappings(Map) - Method in class org.acegisecurity.util.PortMapperImpl
- Set to override the default HTTP port to HTTPS port mappings of 80:443, and 8080:8443.
- split(String, String) - Static method in class org.acegisecurity.util.StringSplitUtils
- Splits a
Stringat the first instance of the delimiter. - splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.acegisecurity.util.StringSplitUtils
- Takes an array of
Strings, and for each element removes any instances ofremoveCharacter, and splits the element based on thedelimiter.
A C D F G H I L M O P S
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV NEXT | ||||||||