Package | Description |
---|---|
edu.internet2.middleware.grouperClient.util |
Modifier and Type | Method and Description |
---|---|
HttpCallMethod |
HttpCallResponse.getHttpCallMethod()
method from http call
|
static HttpCallMethod |
HttpCallMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpCallMethod[] |
HttpCallMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HttpCallResponse |
GrouperClientUtils.httpCall(String urlSuffix,
String serviceAuthn,
HttpCallMethod httpCallMethod,
String body)
call HTTP with a url, optional request body, get a response body.
|
void |
HttpCallResponse.setHttpCallMethod(HttpCallMethod method1)
method from http call
|
Copyright © 2021 Internet2. All rights reserved.