Package net.officefloor.web.security
Interface HttpCredentials
- All Known Implementing Classes:
HttpCredentialsImpl
public interface HttpCredentials
Portable interface for
HttpSecuritySource credentials.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Obtains the password.Obtains the username.
-
Method Details
-
getUsername
String getUsername()Obtains the username.- Returns:
- Username.
-
getPassword
byte[] getPassword()Obtains the password.- Returns:
- Password.
-