| 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(String reason) |
static Authorizer.Result |
Authorizer.Result.grant() |
static Authorizer.Result |
Authorizer.Result.ignore() |
Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.