Uses of Interface
org.cometd.bayeux.server.Authorizer
-
Uses of Authorizer in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type AuthorizerMethods in org.cometd.bayeux.server with parameters of type AuthorizerModifier and TypeMethodDescriptionvoidConfigurableServerChannel.addAuthorizer(Authorizer authorizer)Adds the givenAuthorizerthat grants or denies operations on this channel.voidConfigurableServerChannel.removeAuthorizer(Authorizer authorizer)Removes the givenAuthorizer.