Package | Description |
---|---|
com.suse.salt.netapi | |
com.suse.salt.netapi.client | |
com.suse.salt.netapi.datatypes |
Modifier and Type | Method and Description |
---|---|
static AuthModule |
AuthModule.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletionStage<Token> |
SaltClient.login(java.lang.String username,
java.lang.String password,
AuthModule eauth)
Non-blocking version of login() returning a CompletionStage with the token.
|
<T> java.util.concurrent.CompletionStage<java.util.Map<java.lang.String,java.lang.Object>> |
SaltClient.run(java.lang.String username,
java.lang.String password,
AuthModule eauth,
java.lang.String client,
Target<T> target,
java.lang.String function,
java.util.List<java.lang.Object> args,
java.util.Map<java.lang.String,java.lang.Object> kwargs)
Generic interface to start any execution command bypassing normal session handling.
|
Modifier and Type | Field and Description |
---|---|
private AuthModule |
PasswordAuth.module |
Modifier and Type | Method and Description |
---|---|
AuthModule |
PasswordAuth.getModule() |
Constructor and Description |
---|
PasswordAuth(java.lang.String username,
java.lang.String password,
AuthModule module) |