Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.server.authorizer |
Modifier and Type | Method and 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 and 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 . |
Modifier and Type | Method and Description |
---|---|
Authorizer.Result |
GrantAuthorizer.authorize(Authorizer.Operation operation,
ChannelId channel,
ServerSession session,
ServerMessage message) |
Copyright © 2008–2024 The CometD Project. All rights reserved.