public class AbstractSecureController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiCheckUrl |
| Constructor and Description |
|---|
AbstractSecureController() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidKey(String keyToTest)
Use a webservice to validate a key
|
boolean |
shouldPerformOperation(String apiKey,
javax.servlet.http.HttpServletResponse response) |
boolean |
shouldPerformOperation(String apiKey,
javax.servlet.http.HttpServletResponse response,
boolean checkReadOnly)
Returns true when the operation should be performed.
|
protected String apiCheckUrl
Copyright © 2014. All rights reserved.