| Package | Description |
|---|---|
| org.cometd.bayeux.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
Authorizer.Result.Denied |
static class |
Authorizer.Result.Granted |
static class |
Authorizer.Result.Ignored |
| Modifier and Type | Method and 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(java.lang.String reason) |
static Authorizer.Result |
Authorizer.Result.grant() |
static Authorizer.Result |
Authorizer.Result.ignore() |
Copyright © 2008–2019 The CometD Project. All rights reserved.