public interface ServerAuthHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServerAuthHandler.ServerAuthSender |
| Modifier and Type | Field and Description |
|---|---|
static ServerAuthHandler |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(ServerAuthHandler.ServerAuthSender outgoing,
Iterator<byte[]> incoming) |
boolean |
isValid(byte[] token) |
static final ServerAuthHandler NO_OP
boolean isValid(byte[] token)
boolean authenticate(ServerAuthHandler.ServerAuthSender outgoing, Iterator<byte[]> incoming)
Copyright © 2019 The Apache Software Foundation. All rights reserved.