| Package | Description |
|---|---|
| edu.internet2.middleware.grouperVoot | |
| edu.internet2.middleware.grouperVoot.restLogic |
| Modifier and Type | Method and Description |
|---|---|
static VootRestHttpMethod |
VootRestHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VootRestHttpMethod |
VootRestHttpMethod.valueOfIgnoreCase(String string,
boolean exceptionOnNotFound)
Do a case-insensitive matching.
|
static VootRestHttpMethod[] |
VootRestHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
VootWsRest.service(List<String> urlStrings,
VootRestHttpMethod vootRestHttpMethod,
Map<String,String[]> requestParameters)
Handle the incoming request based on HTTP method.
|
Copyright © 2016 Internet2. All rights reserved.