Package net.officefloor.web.security
Interface HttpCredentials
-
- All Known Implementing Classes:
HttpCredentialsImpl
public interface HttpCredentialsPortable interface forHttpSecuritySourcecredentials.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getPassword()Obtains the password.java.lang.StringgetUsername()Obtains the username.
-