Uses of Enum Class
org.cometd.bayeux.server.Authorizer.Operation
Packages that use Authorizer.Operation
-
Uses of Authorizer.Operation in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return Authorizer.OperationModifier 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.Methods in org.cometd.bayeux.server with parameters of type Authorizer.OperationModifier 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
Methods in org.cometd.server.authorizer with parameters of type Authorizer.OperationModifier and TypeMethodDescriptionGrantAuthorizer.authorize
(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)