|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.acegisecurity.util
| Interface Summary | |
| PortMapper | PortMapper implementations provide callers with information
about which HTTP ports are associated with which HTTPS ports on the system,
and vice versa. |
| PortResolver | A PortResolver determines the port a web request was received
on. |
| Class Summary | |
| FilterChainProxy | Delegates Filter requests to a list of Spring-managed beans. |
| FilterToBeanProxy | Delegates Filter requests to a Spring-managed bean. |
| InMemoryResource | An in memory implementation of Spring's org.springframework.core.io.Resource interface. |
| MethodInvocationUtils | Static utility methods for creating MethodInvocations usable
within Acegi Security. |
| PortMapperImpl | Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context. |
| PortResolverImpl | Concrete implementation of PortResolver that obtains the port from
ServletRequest.getServerPort(). |
| SimpleMethodInvocation | Represents the AOP Alliance MethodInvocation. |
| StringSplitUtils | Provides several String manipulation methods. |
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ util overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||