org.n52.security.common.util
Class KeyMatcherIgnoringCase

java.lang.Object
  extended by org.n52.security.common.util.KeyMatcher
      extended by org.n52.security.common.util.KeyMatcherIgnoringCase

public class KeyMatcherIgnoringCase
extends KeyMatcher


Constructor Summary
KeyMatcherIgnoringCase(String key)
           
 
Method Summary
 boolean matches(String key)
           
 String toString()
           
 
Methods inherited from class org.n52.security.common.util.KeyMatcher
caseSensitive, ignoringCase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyMatcherIgnoringCase

public KeyMatcherIgnoringCase(String key)
Method Detail

matches

public boolean matches(String key)
Specified by:
matches in class KeyMatcher

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 52north.org. All rights reserved.