public static interface SchemeHttp.UserAuthentication
Modifier and Type | Field and Description |
---|---|
static SchemeHttp.UserAuthentication |
ONLY_LOOPBACK |
Modifier and Type | Method and Description |
---|---|
boolean |
check(com.sun.net.httpserver.HttpExchange httpExchange) |
static SchemeHttp.UserAuthentication |
createAddressRestricted(java.lang.String userToken,
java.net.InetAddress... userAddresses) |
static final SchemeHttp.UserAuthentication ONLY_LOOPBACK
static SchemeHttp.UserAuthentication createAddressRestricted(java.lang.String userToken, java.net.InetAddress... userAddresses)
boolean check(com.sun.net.httpserver.HttpExchange httpExchange)