Uses of Class
co.arago.hiro.client.connection.token.AbstractTokenAPIHandler
-
Packages that use AbstractTokenAPIHandler Package Description co.arago.hiro.client.connection.token co.arago.hiro.client.rest co.arago.hiro.client.websocket -
-
Uses of AbstractTokenAPIHandler in co.arago.hiro.client.connection.token
Subclasses of AbstractTokenAPIHandler in co.arago.hiro.client.connection.token Modifier and Type Class Description classEnvironmentTokenAPIHandlerclassFixedTokenAPIHandlerclassPasswordAuthTokenAPIHandlerMethods in co.arago.hiro.client.connection.token that return AbstractTokenAPIHandler Modifier and Type Method Description abstract AbstractTokenAPIHandlerAbstractTokenAPIHandler.Conf. build() -
Uses of AbstractTokenAPIHandler in co.arago.hiro.client.rest
Fields in co.arago.hiro.client.rest declared as AbstractTokenAPIHandler Modifier and Type Field Description protected AbstractTokenAPIHandlerAuthenticatedAPIHandler. tokenAPIHandlerMethods in co.arago.hiro.client.rest that return AbstractTokenAPIHandler Modifier and Type Method Description AbstractTokenAPIHandlerAuthenticatedAPIHandler.Conf. getTokenApiHandler()Methods in co.arago.hiro.client.rest with parameters of type AbstractTokenAPIHandler Modifier and Type Method Description protected static AbstractAPIHandler.GetterConfAuthenticatedAPIHandler. makeHandlerConf(AuthenticatedAPIHandler.Conf<?> builder, AbstractTokenAPIHandler tokenAPIHandler)Construct an AbstractAPIHandler.GetterConf from the values of this Conf and the supplied tokenAPIHandler.static AppAPI.Conf<?>AppAPI. newBuilder(AbstractTokenAPIHandler tokenAPIHandler)Get aAppAPI.BuilderforAppAPI.static AuthAPI.Conf<?>AuthAPI. newBuilder(AbstractTokenAPIHandler tokenAPIHandler)Get aAuthAPI.BuilderforAuthAPI.static GraphAPI.Conf<?>GraphAPI. newBuilder(AbstractTokenAPIHandler tokenAPIHandler)TAuthenticatedAPIHandler.Conf. setTokenApiHandler(AbstractTokenAPIHandler tokenAPIHandler) -
Uses of AbstractTokenAPIHandler in co.arago.hiro.client.websocket
Fields in co.arago.hiro.client.websocket declared as AbstractTokenAPIHandler Modifier and Type Field Description protected AbstractTokenAPIHandlerAuthenticatedWebSocketHandler. tokenAPIHandlerMethods in co.arago.hiro.client.websocket that return AbstractTokenAPIHandler Modifier and Type Method Description AbstractTokenAPIHandlerAuthenticatedWebSocketHandler.Conf. getTokenApiHandler()Methods in co.arago.hiro.client.websocket with parameters of type AbstractTokenAPIHandler Modifier and Type Method Description static ActionWebSocket.Conf<?>ActionWebSocket. newBuilder(AbstractTokenAPIHandler tokenAPIHandler, ActionWebSocketListener actionWebSocketListener)Get aActionWebSocket.BuilderforActionWebSocket.static EventWebSocket.Conf<?>EventWebSocket. newBuilder(AbstractTokenAPIHandler tokenAPIHandler, EventWebSocketListener eventWebSocketListener)Get aEventWebSocket.BuilderforEventWebSocket.TAuthenticatedWebSocketHandler.Conf. setTokenApiHandler(AbstractTokenAPIHandler tokenAPIHandler)
-