Interface IAuthentication
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
Authentication
public interface IAuthentication extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPassword()java.lang.StringgetUsername()
-