Uses of Interface
org.cometd.bayeux.server.Authorizer

Packages that use Authorizer
org.cometd.bayeux.server   
 

Uses of Authorizer in org.cometd.bayeux.server
 

Methods in org.cometd.bayeux.server that return types with arguments of type Authorizer
 List<Authorizer> ConfigurableServerChannel.getAuthorizers()
           
 

Methods in org.cometd.bayeux.server with parameters of type Authorizer
 void ConfigurableServerChannel.addAuthorizer(Authorizer authorizer)
          Adds the given Authorizer that grants or denies operations on this channel.
 void ConfigurableServerChannel.removeAuthorizer(Authorizer authorizer)
          Removes the given Authorizer.
 



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