info.magnolia.cms.security
Interface IPSecurityManager

All Known Implementing Classes:
IPSecurityManagerImpl

public interface IPSecurityManager

Used to check if a client has access based on his IP address.


Nested Class Summary
static class IPSecurityManager.Factory
          Factory to get the singleton instance.
 
Method Summary
 boolean isAllowed(javax.servlet.http.HttpServletRequest req)
           
 boolean isAllowed(String ip)
           
 

Method Detail

isAllowed

boolean isAllowed(String ip)

isAllowed

boolean isAllowed(javax.servlet.http.HttpServletRequest req)


Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.