Uses of Interface
org.cometd.bayeux.server.Authorizer
Packages that use 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 TypeMethodDescriptionvoid
ConfigurableServerChannel.addAuthorizer
(Authorizer authorizer) Adds the givenAuthorizer
that grants or denies operations on this channel.void
ConfigurableServerChannel.removeAuthorizer
(Authorizer authorizer) Removes the givenAuthorizer
. -
Uses of Authorizer in org.cometd.server
Methods in org.cometd.server that return types with arguments of type AuthorizerModifier and TypeMethodDescriptionprotected List<Authorizer>
ServerChannelImpl.authorizers()
ServerChannelImpl.getAuthorizers()
Methods in org.cometd.server with parameters of type AuthorizerModifier and TypeMethodDescriptionvoid
ServerChannelImpl.addAuthorizer
(Authorizer authorizer) void
ServerChannelImpl.removeAuthorizer
(Authorizer authorizer) -
Uses of Authorizer in org.cometd.server.authorizer
Classes in org.cometd.server.authorizer that implement AuthorizerModifier and TypeClassDescriptionclass
ThisAuthorizer
implementation grants permission for a set of operations defined at construction time.