Class HttpCall
java.lang.Object
com.lucidworks.cloud.api.call.AbstractCall
com.lucidworks.cloud.api.call.impl.HttpCall
- All Implemented Interfaces:
Call
-
Constructor Summary
ConstructorsConstructorDescriptionHttpCall(org.springframework.web.client.RestTemplate client, com.lucidworks.apollo.common.models.CallParams params, AuthzSupport authzSupport) -
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck whether this call is permitted according toAuthzSupportMethods inherited from class com.lucidworks.cloud.api.call.AbstractCall
execute
-
Constructor Details
-
HttpCall
public HttpCall(org.springframework.web.client.RestTemplate client, com.lucidworks.apollo.common.models.CallParams params, AuthzSupport authzSupport)
-
-
Method Details
-
executeInternal
- Specified by:
executeInternalin classAbstractCall
-
isAuthorized
public boolean isAuthorized()Description copied from interface:CallCheck whether this call is permitted according toAuthzSupport
-