info.magnolia.cms.security
Class IPSecurityManagerImpl.Rule

java.lang.Object
  extended by info.magnolia.cms.security.IPSecurityManagerImpl.Rule
Enclosing class:
IPSecurityManagerImpl

public static final class IPSecurityManagerImpl.Rule
extends Object

Basic rule. Does not support patterns.


Constructor Summary
IPSecurityManagerImpl.Rule()
           
 
Method Summary
 boolean allowsMethod(String s)
           
 String getIP()
           
 String getMethods()
           
 String getName()
           
 void setIP(String ip)
           
 void setMethods(String methods)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPSecurityManagerImpl.Rule

public IPSecurityManagerImpl.Rule()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getIP

public String getIP()

setIP

public void setIP(String ip)

allowsMethod

public boolean allowsMethod(String s)

getMethods

public String getMethods()

setMethods

public void setMethods(String methods)


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