Interface IUserNamePasswordCredentials
-
- All Superinterfaces:
IAuthCredentials
- All Known Implementing Classes:
UserNamePasswordCredentials
public interface IUserNamePasswordCredentials extends IAuthCredentials
This interface represents username and password credentials passed from a login page.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPassword()StringgetUserName()
-