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,
org.cometd.bayeux.ChannelId channel,
ServerSession session,
ServerMessage message)
Blocking version of
Authorizer.authorize(Operation, ChannelId, ServerSession, ServerMessage, Promise) . |
default void |
Authorizer.authorize(Authorizer.Operation operation,
org.cometd.bayeux.ChannelId channel,
ServerSession session,
ServerMessage message,
org.cometd.bayeux.Promise<Authorizer.Result> promise)
Callback invoked to authorize the given
operation on the given channel . |
Copyright © 2008–2023 The CometD Project. All rights reserved.