Uses of Enum
org.cometd.bayeux.server.Authorizer.Operation
-
Uses of Authorizer.Operation in org.cometd.bayeux.server
Methods 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, org.cometd.bayeux.ChannelId channel, ServerSession session, ServerMessage message) Blocking version ofAuthorizer.authorize(Operation, ChannelId, ServerSession, ServerMessage, Promise).default voidAuthorizer.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 givenoperationon the givenchannel.