org.n52.security.common.util
Class KeyMatcher

java.lang.Object
  extended by org.n52.security.common.util.KeyMatcher
Direct Known Subclasses:
KeyMatcherCaseSensitive, KeyMatcherIgnoringCase

public abstract class KeyMatcher
extends Object


Constructor Summary
KeyMatcher()
           
 
Method Summary
static KeyMatcher caseSensitive(String key)
           
static KeyMatcher ignoringCase(String key)
           
abstract  boolean matches(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyMatcher

public KeyMatcher()
Method Detail

matches

public abstract boolean matches(String key)

ignoringCase

public static KeyMatcher ignoringCase(String key)

caseSensitive

public static KeyMatcher caseSensitive(String key)


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