Interface AuthData
-
public interface AuthData
The AuthData interface is used to obtain the user and password from the configured auth data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]
getPassword()
Gets the password as a char[] as defined in the configuration.java.lang.String
getUserName()
Gets the user name as defined in the configuration.
-