public class KeyFileApiKeyValidator extends Object implements ApiKeyValidator
| Constructor and Description |
|---|
KeyFileApiKeyValidator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation() |
void |
init(Router router) |
boolean |
isValid(String key) |
void |
setLocation(String location) |
public String getLocation()
public void setLocation(String location)
public void init(Router router) throws Exception
init in interface ApiKeyValidatorExceptionpublic boolean isValid(String key)
isValid in interface ApiKeyValidatorCopyright © 2021. All Rights Reserved.