Uses of Enum
org.cometd.bayeux.server.Authorizer.Operation
Packages that use Authorizer.Operation
-
Uses of Authorizer.Operation in org.cometd.bayeux.server
Subclasses with type arguments of type Authorizer.Operation in org.cometd.bayeux.serverModifier and TypeClassDescriptionstatic enumOperations that are to be authorized on a channelMethods in org.cometd.bayeux.server that return Authorizer.OperationModifier and TypeMethodDescriptionstatic Authorizer.OperationReturns 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.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 voidAuthorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message, Promise<Authorizer.Result> promise) Callback invoked to authorize the givenoperationon 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)