Uses of Interface
co.arago.hiro.client.connection.token.TokenAPIHandler
-
Packages that use TokenAPIHandler Package Description co.arago.hiro.client.connection.token co.arago.hiro.client.rest co.arago.hiro.client.websocket -
-
Uses of TokenAPIHandler in co.arago.hiro.client.connection.token
Classes in co.arago.hiro.client.connection.token that implement TokenAPIHandler Modifier and Type Class Description classAbstractRemoteAuthTokenAPIHandlerclassAbstractTokenAPIHandlerclassCodeFlowAuthTokenAPIHandlerclassEnvironmentTokenAPIHandlerclassFixedTokenAPIHandlerclassPasswordAuthTokenAPIHandler -
Uses of TokenAPIHandler in co.arago.hiro.client.rest
Fields in co.arago.hiro.client.rest declared as TokenAPIHandler Modifier and Type Field Description protected TokenAPIHandlerAuthenticatedAPIHandler. tokenAPIHandlerMethods in co.arago.hiro.client.rest that return TokenAPIHandler Modifier and Type Method Description TokenAPIHandlerAuthenticatedAPIHandler.Conf. getTokenApiHandler()Methods in co.arago.hiro.client.rest with parameters of type TokenAPIHandler Modifier and Type Method Description static AppAPI.Conf<?>AppAPI. newBuilder(TokenAPIHandler tokenAPIHandler)Get aAppAPI.BuilderforAppAPI.static AuthAPI.Conf<?>AuthAPI. newBuilder(TokenAPIHandler tokenAPIHandler)Get aAuthAPI.BuilderforAuthAPI.static GraphAPI.Conf<?>GraphAPI. newBuilder(TokenAPIHandler tokenAPIHandler)TAuthenticatedAPIHandler.Conf. setTokenApiHandler(TokenAPIHandler tokenAPIHandler) -
Uses of TokenAPIHandler in co.arago.hiro.client.websocket
Fields in co.arago.hiro.client.websocket declared as TokenAPIHandler Modifier and Type Field Description protected TokenAPIHandlerAuthenticatedWebSocketHandler. tokenAPIHandlerMethods in co.arago.hiro.client.websocket that return TokenAPIHandler Modifier and Type Method Description TokenAPIHandlerAuthenticatedWebSocketHandler.Conf. getTokenApiHandler()Methods in co.arago.hiro.client.websocket with parameters of type TokenAPIHandler Modifier and Type Method Description static ActionWebSocket.Conf<?>ActionWebSocket. newBuilder(TokenAPIHandler tokenAPIHandler, ActionWebSocketListener actionWebSocketListener)Get aActionWebSocket.BuilderforActionWebSocket.static EventWebSocket.Conf<?>EventWebSocket. newBuilder(TokenAPIHandler tokenAPIHandler, EventWebSocketListener eventWebSocketListener)Get aEventWebSocket.BuilderforEventWebSocket.TAuthenticatedWebSocketHandler.Conf. setTokenApiHandler(TokenAPIHandler tokenAPIHandler)
-