Uses of Enum Class
org.cometd.bayeux.server.Authorizer.Operation
-
Uses of Authorizer.Operation in org.cometd.bayeux.server
Modifier and TypeClassDescriptionstatic enum
Operations that are to be authorized on a channelModifier and TypeMethodDescriptionstatic Authorizer.Operation
Returns the enum constant of this class with the specified name.static Authorizer.Operation[]
Authorizer.Operation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAuthorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message) Blocking version ofAuthorizer.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 givenoperation
on the givenchannel
. -
Uses of Authorizer.Operation in org.cometd.server.authorizer
Modifier and TypeMethodDescriptionGrantAuthorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)