Interface AuthData
public interface AuthData
The AuthData interface is used to obtain the user and password from the configured auth data.
- 
Method SummaryModifier and TypeMethodDescriptionchar[]Gets the password as a char[] as defined in the configuration.Gets the user name as defined in the configuration.
- 
Method Details- 
getUserNameString getUserName()Gets the user name as defined in the configuration.- Returns:
- the user name.
 
- 
getPasswordchar[] getPassword()Gets the password as a char[] as defined in the configuration.- Returns:
- the char[] representation of the password.
 
- 
getKrb5PrincipalString getKrb5Principal()
- 
getKrb5TicketCachePath getKrb5TicketCache()
 
-