Interface AbstractServerRequest<T>
public interface AbstractServerRequest<T>
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.as normally default type doesn't require this headervoidexecuteDelete(Class<T> tClass) <E> TexecuteGet(Class<T> tClass) <E> TexecutePost(E object, Class<T> tClass) onAnyErrorStatusError(systems.dennis.shared.utils.Supplier<?> e) onErrorStatusError(int status, systems.dennis.shared.utils.Supplier<?> e) scope()voidvalidateExceptions(org.springframework.http.ResponseEntity<T> resp)
-
Method Details
-
virtualAuth
AbstractServerRequest<T> virtualAuth() -
uri
-
server
-
token
-
scope
AbstractServerRequest<T> scope() -
defaultAuthType
Deprecated.as normally default type doesn't require this header -
executePost
-
validateExceptions
-
executeGet
-
executeDelete
-
getCurrentScope
String getCurrentScope()
-