Uses of Class
co.arago.hiro.client.connection.AbstractAPIHandler
-
Packages that use AbstractAPIHandler Package Description co.arago.hiro.client.connection co.arago.hiro.client.connection.token co.arago.hiro.client.rest -
-
Uses of AbstractAPIHandler in co.arago.hiro.client.connection
Subclasses of AbstractAPIHandler in co.arago.hiro.client.connection Modifier and Type Class Description classAbstractVersionAPIHandlerHandles Version information for HIRO.classGraphConnectionHandlerBasic connection to the HIRO Graph without any authentication.Methods in co.arago.hiro.client.connection that return AbstractAPIHandler Modifier and Type Method Description abstract AbstractAPIHandlerAbstractAPIHandler.Conf. build() -
Uses of AbstractAPIHandler in co.arago.hiro.client.connection.token
Subclasses of AbstractAPIHandler in co.arago.hiro.client.connection.token Modifier and Type Class Description classAbstractRemoteAuthTokenAPIHandlerclassAbstractTokenAPIHandlerclassCodeFlowAuthTokenAPIHandlerclassEnvironmentTokenAPIHandlerclassFixedTokenAPIHandlerclassPasswordAuthTokenAPIHandler -
Uses of AbstractAPIHandler in co.arago.hiro.client.rest
Subclasses of AbstractAPIHandler in co.arago.hiro.client.rest Modifier and Type Class Description classAppAPIclassAuthAPIclassAuthenticatedAPIHandlerThis class is the basis of all authenticated API handlers that make use of the different sections of the HIRO API.classGraphAPI
-