public class MultiAuthenticator
extends com.sun.net.httpserver.Authenticator
Modifier and Type | Class and Description |
---|---|
static class |
MultiAuthenticator.Mode
How to combine multiple authenticators
|
Constructor and Description |
---|
MultiAuthenticator(MultiAuthenticator.Mode mode,
List<com.sun.net.httpserver.Authenticator> authenticators) |
Modifier and Type | Method and Description |
---|---|
com.sun.net.httpserver.Authenticator.Result |
authenticate(com.sun.net.httpserver.HttpExchange httpExchange)
Authenticate against the given request
|
public MultiAuthenticator(MultiAuthenticator.Mode mode, List<com.sun.net.httpserver.Authenticator> authenticators)
public com.sun.net.httpserver.Authenticator.Result authenticate(com.sun.net.httpserver.HttpExchange httpExchange)
authenticate
in class com.sun.net.httpserver.Authenticator
httpExchange
- request and response objectCopyright © 2019. All rights reserved.