Uses of Class
com.suse.salt.netapi.AuthModule
-
Packages that use AuthModule Package Description com.suse.salt.netapi com.suse.salt.netapi.client com.suse.salt.netapi.datatypes -
-
Uses of AuthModule in com.suse.salt.netapi
Methods in com.suse.salt.netapi that return AuthModule Modifier and Type Method Description static AuthModule
AuthModule. valueOf(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. -
Uses of AuthModule in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type AuthModule Modifier and Type Method Description CompletionStage<Token>
SaltClient. 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
Methods in com.suse.salt.netapi.datatypes that return AuthModule Modifier and Type Method Description AuthModule
PasswordAuth. getModule()
Constructors in com.suse.salt.netapi.datatypes with parameters of type AuthModule Constructor Description PasswordAuth(String username, String password, AuthModule module)
-