Spring Extensions
A C D G H I L S

A

AbstractCrossDomainRetryEntryPoint - Class in com.myjeeva.spring.security.securechannel
AbstractCrossDomainRetryEntryPoint provides provision to locate the cross domain name in the application context for respective ports defined in the PortMapper while resolving server name before HttpServletResponse#sendRedirect() CrossDomainMapper provides the respective cross domain name.
AbstractCrossDomainRetryEntryPoint(String, int) - Constructor for class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
Constructor

C

com.myjeeva.spring.security.securechannel - package com.myjeeva.spring.security.securechannel
 
com.myjeeva.spring.security.secureuri - package com.myjeeva.spring.security.secureuri
 
com.myjeeva.spring.security.util - package com.myjeeva.spring.security.util
 
commence(ServletRequest, ServletResponse) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
CrossDomainMapper - Interface in com.myjeeva.spring.security.util
CrossDomainMapper implementations provide callers with information about which HTTP cross domain name are associated with which HTTPS cross domain name on the system, and vice versa.
CrossDomainMapperImpl - Class in com.myjeeva.spring.security.util
Concrete implementation of CrossDomainMapper that obtains HTTP domain:HTTPS domain pairs from the application context.
CrossDomainMapperImpl() - Constructor for class com.myjeeva.spring.security.util.CrossDomainMapperImpl
 
CrossDomainRetryWithHttpEntryPoint - Class in com.myjeeva.spring.security.securechannel
Commences an insecure channel by retrying the original request using HTTP with Cross domain name.
CrossDomainRetryWithHttpEntryPoint() - Constructor for class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpEntryPoint
Constructor
CrossDomainRetryWithHttpsEntryPoint - Class in com.myjeeva.spring.security.securechannel
Commences a secure channel by retrying the original request using HTTPS with mapped Cross domain name.
CrossDomainRetryWithHttpsEntryPoint() - Constructor for class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpsEntryPoint
Constructor

D

destroy() - Method in class com.myjeeva.spring.security.secureuri.SecureServerURI
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.myjeeva.spring.security.secureuri.SecureServerURI

G

generateSecureUri(String, long, String) - Method in interface com.myjeeva.spring.security.secureuri.SecureUriProvider
Generate a secure link/download link for the given parameters.
generateSecureUri(String, long, String) - Method in class com.myjeeva.spring.security.secureuri.SecureUriProviderImpl
Generate a secure link/download link for the given parameters.
getCrossDomainMapper() - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
getMappedDomain(String) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
gets the mapped domain name with respect to ports defined
getMappedDomain(String) - Method in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpEntryPoint
gets the mapped domain name with respect to ports defined
getMappedDomain(String) - Method in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpsEntryPoint
gets the mapped domain name with respect to ports defined
getMappedPort(Integer) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
gets the mapped port in application context
getMappedPort(Integer) - Method in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpEntryPoint
gets the mapped port in application context
getMappedPort(Integer) - Method in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpsEntryPoint
gets the mapped port in application context
getMD5(String) - Static method in class com.myjeeva.spring.security.util.SpringExtensionsUtil
generates the MD5 Hash value from given salt value
getPassKey(String) - Method in interface com.myjeeva.spring.security.util.SecureUriMapper
getting a pass key for given URI/URL
getPassKey(String) - Method in class com.myjeeva.spring.security.util.SecureUriMapperImpl
getting a pass key for given URI/URL
getPortMapper() - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
getPortResolver() - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
getTranslatedPortMappings() - Method in class com.myjeeva.spring.security.util.CrossDomainMapperImpl
Returns the translated (cross domain name -> cross domain name) version of the respective cross domain name mapping specified via CrossDomainMapperImpl.setCrossDomainMappings(Map)
getUriMappings() - Method in class com.myjeeva.spring.security.util.SecureUriMapperImpl
Returns the respective URI/URL name mapping specified via SecureUriMapperImpl.setUriMappings(Map)

H

httpPort - Static variable in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpEntryPoint
 
httpScheme - Static variable in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpEntryPoint
 
httpsPort - Static variable in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpsEntryPoint
 
httpsScheme - Static variable in class com.myjeeva.spring.security.securechannel.CrossDomainRetryWithHttpsEntryPoint
 

I

init(FilterConfig) - Method in class com.myjeeva.spring.security.secureuri.SecureServerURI

L

lookupHttpCrossDomain(String) - Method in interface com.myjeeva.spring.security.util.CrossDomainMapper
Locates the HTTP cross domain associated with the specified HTTPS cross domain.
lookupHttpCrossDomain(String) - Method in class com.myjeeva.spring.security.util.CrossDomainMapperImpl
returns the HTTP domain Name
lookupHttpsCrossDomain(String) - Method in interface com.myjeeva.spring.security.util.CrossDomainMapper
Locates the HTTPS cross domain associated with the specified HTTP cross domain.
lookupHttpsCrossDomain(String) - Method in class com.myjeeva.spring.security.util.CrossDomainMapperImpl
returns the HTTPS domain name

S

SecureServerURI - Class in com.myjeeva.spring.security.secureuri
SecureServerURI is Filter implementation that being invoked by Spring org.springframework.web.filter.DelegatingFilterProxy mapped in web.xml
SecureServerURI() - Constructor for class com.myjeeva.spring.security.secureuri.SecureServerURI
 
SecureUriMapper - Interface in com.myjeeva.spring.security.util
SecureUriMapper implementations provide callers with information about which URI/URL Ant-style path patterns should be secured.
SecureUriMapperImpl - Class in com.myjeeva.spring.security.util
Concrete implementation of SecureUriMapper that obtains URI/URL's pass key from the application context.
SecureUriMapperImpl() - Constructor for class com.myjeeva.spring.security.util.SecureUriMapperImpl
Constructor
SecureUriProvider - Interface in com.myjeeva.spring.security.secureuri
Concrete implementation of SecureUriProvider that holds definitions of Secure link computation.
SecureUriProviderImpl - Class in com.myjeeva.spring.security.secureuri
Implementation of SecureUriProvider interface Secure link computation.
SecureUriProviderImpl() - Constructor for class com.myjeeva.spring.security.secureuri.SecureUriProviderImpl
 
setCrossDomainMapper(CrossDomainMapper) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
setCrossDomainMappings(Map) - Method in class com.myjeeva.spring.security.util.CrossDomainMapperImpl
Set to map the cross domain respectively to port mappings defined in the PortMapper In a Spring XML ApplicationContext, a definition would look something like this:
setPortMapper(PortMapper) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
setPortResolver(PortResolver) - Method in class com.myjeeva.spring.security.securechannel.AbstractCrossDomainRetryEntryPoint
 
setSecureUriMapper(SecureUriMapper) - Method in class com.myjeeva.spring.security.secureuri.SecureServerURI
 
setSecureUriMapper(SecureUriMapper) - Method in class com.myjeeva.spring.security.secureuri.SecureUriProviderImpl
 
setUriMappings(Map) - Method in class com.myjeeva.spring.security.util.SecureUriMapperImpl
Set to map the pass key and Ant-style path patterns In a Spring XML ApplicationContext, a definition would look something like this:
SpringExtensionsUtil - Class in com.myjeeva.spring.security.util
myjeeva.com Spring Extensions library Helper Util implementation
SpringExtensionsUtil() - Constructor for class com.myjeeva.spring.security.util.SpringExtensionsUtil
 

A C D G H I L S
Spring Extensions

Copyright © 2010-2012 www.myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.