Interface HttpBasicAuthentication
-
public interface HttpBasicAuthentication
Simple Http Basic Authentication
-
-
Method Summary
Static Methods Modifier and Type Method Description static java.net.Authenticator
create(java.lang.String username, java.lang.String password)
Create a new HTTP Basic Authenticator
-