| Package | Description |
|---|---|
| org.cometd.bayeux.server |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Authorizer.Result.Denied |
|
static class |
Authorizer.Result.Granted |
|
static class |
Authorizer.Result.Ignored |
| Modifier and Type | Method | Description |
|---|---|---|
Authorizer.Result |
Authorizer.authorize(Authorizer.Operation operation,
ChannelId channel,
ServerSession session,
ServerMessage message) |
Callback invoked to authorize the given
operation on the given channel. |
static Authorizer.Result |
Authorizer.Result.deny(String reason) |
|
static Authorizer.Result |
Authorizer.Result.grant() |
|
static Authorizer.Result |
Authorizer.Result.ignore() |
Copyright © 2008–2017 The CometD Project. All rights reserved.