Interface HttpAuthentication
-
- All Known Implementing Classes:
HttpBasicAuthentication
public interface HttpAuthentication
The base level of services required for Http Authentication- Author:
- Matt Tencati
- See Also:
HttpAuthenticationFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getCredentials()
Gets the credentials generated by the HttpAuthentication object.String
getRealm()
Gets the realm used by the HttpAuthentication object during creation.
-