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