Uses of Class
org.cometd.bayeux.server.Authorizer.Operation

Packages that use Authorizer.Operation
org.cometd.bayeux.server   
 

Uses of Authorizer.Operation in org.cometd.bayeux.server
 

Methods in org.cometd.bayeux.server that return Authorizer.Operation
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're declared.
 

Methods in org.cometd.bayeux.server with parameters of type Authorizer.Operation
 Authorizer.Result Authorizer.authorize(Authorizer.Operation operation, ChannelId channel, ServerSession session, ServerMessage message)
          Callback invoked to authorize the given operation on the given channel.
 



Copyright © 2008-2010 Dojo Foundation. All Rights Reserved.