Spring Extensions

com.myjeeva.spring.security.util
Interface CrossDomainMapper

All Known Implementing Classes:
CrossDomainMapperImpl

public interface CrossDomainMapper

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.

Author:
Jeevanandam ([email protected])

Method Summary
 String lookupHttpCrossDomain(String httpsDomainName)
          Locates the HTTP cross domain associated with the specified HTTPS cross domain.
 String lookupHttpsCrossDomain(String httpDomainName)
          Locates the HTTPS cross domain associated with the specified HTTP cross domain.
 

Method Detail

lookupHttpCrossDomain

String lookupHttpCrossDomain(String httpsDomainName)
Locates the HTTP cross domain associated with the specified HTTPS cross domain.

Returns null if unknown.

Parameters:
httpsDomainName - a String object.
Returns:
the HTTP cross domain name or null if unknown

lookupHttpsCrossDomain

String lookupHttpsCrossDomain(String httpDomainName)
Locates the HTTPS cross domain associated with the specified HTTP cross domain.

Returns null if unknown.

Parameters:
httpDomainName - a String object.
Returns:
the HTTPS cross domain name or null if unknown

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.