Package com.suse.salt.netapi.datatypes
Class PasswordAuth
- java.lang.Object
-
- com.suse.salt.netapi.datatypes.PasswordAuth
-
public class PasswordAuth extends Object
Datatype for holding all data needed for password authentication
-
-
Constructor Summary
Constructors Constructor Description PasswordAuth(String username, String password, AuthModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthModulegetModule()StringgetPassword()StringgetUsername()StringtoString()
-
-
-
Constructor Detail
-
PasswordAuth
public PasswordAuth(String username, String password, AuthModule module)
-
-