Uses of Enum
com.suse.salt.netapi.AuthModule
Packages that use AuthModule
-
Uses of AuthModule in com.suse.salt.netapi
Methods in com.suse.salt.netapi that return AuthModuleModifier and TypeMethodDescriptionstatic AuthModuleReturns the enum constant of this type with the specified name.static AuthModule[]AuthModule.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthModule in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type AuthModuleModifier and TypeMethodDescriptionSaltClient.login(String username, String password, AuthModule eauth) Non-blocking version of login() returning a CompletionStage with the token.<T> CompletionStage<Map<String, Object>> SaltClient.run(String username, String password, AuthModule eauth, String client, Target<T> target, String function, List<Object> args, Map<String, Object> kwargs) Generic interface to start any execution command bypassing normal session handling. -
Uses of AuthModule in com.suse.salt.netapi.datatypes
Fields in com.suse.salt.netapi.datatypes declared as AuthModuleMethods in com.suse.salt.netapi.datatypes that return AuthModuleConstructors in com.suse.salt.netapi.datatypes with parameters of type AuthModule