Package | Description |
---|---|
org.cometd.bayeux.server |
Modifier and Type | Method | Description |
---|---|---|
static Authorizer.Operation |
Authorizer.Operation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Authorizer.Operation[] |
Authorizer.Operation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Authorizer.Result |
Authorizer.authorize(Authorizer.Operation operation,
ChannelId channel,
ServerSession session,
ServerMessage message) |
Blocking version of
Authorizer.authorize(Operation, ChannelId, ServerSession, ServerMessage, Promise) . |
default void |
Authorizer.authorize(Authorizer.Operation operation,
ChannelId channel,
ServerSession session,
ServerMessage message,
Promise<Authorizer.Result> promise) |
Callback invoked to authorize the given
operation on the given channel . |
Copyright © 2008–2017 The CometD Project. All rights reserved.