Uses of Class
com.suse.salt.netapi.datatypes.Token
Packages that use Token
Package
Description
-
Uses of Token in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that return types with arguments of type TokenModifier and TypeMethodDescriptionSaltClient.login(String username, String password, AuthModule eauth) Non-blocking version of login() returning a CompletionStage with the token.Methods in com.suse.salt.netapi.client with parameters of type TokenModifier and TypeMethodDescriptionSaltClient.events(Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint. -
Uses of Token in com.suse.salt.netapi.datatypes
Fields in com.suse.salt.netapi.datatypes with type parameters of type TokenMethods in com.suse.salt.netapi.datatypes that return types with arguments of type TokenConstructors in com.suse.salt.netapi.datatypes with parameters of type Token -
Uses of Token in com.suse.salt.netapi.event
Methods in com.suse.salt.netapi.event with parameters of type TokenModifier and TypeMethodDescriptionprivate voidWebSocketEventStream.initializeStream(URI uri, Token token, long sessionIdleTimeout, long idleTimeout) Connect the WebSocket to the server pointing to /ws/{token} to receive events.Constructors in com.suse.salt.netapi.event with parameters of type TokenModifierConstructorDescriptionWebSocketEventStream(URI uri, Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners) Constructor used to create an event stream: open a websocket connection and start event processing. -
Uses of Token in com.suse.salt.netapi.parser
Fields in com.suse.salt.netapi.parser with type parameters of type Token