Uses of Interface
org.cometd.bayeux.server.Authorizer
-
Uses of Authorizer in org.cometd.bayeux.server
Modifier 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
Modifier and TypeMethodDescriptionprotected List
<Authorizer> ServerChannelImpl.authorizers()
ServerChannelImpl.getAuthorizers()
Modifier and TypeMethodDescriptionvoid
ServerChannelImpl.addAuthorizer
(Authorizer authorizer) void
ServerChannelImpl.removeAuthorizer
(Authorizer authorizer) -
Uses of Authorizer in org.cometd.server.authorizer
Modifier and TypeClassDescriptionclass
ThisAuthorizer
implementation grants permission for a set of operations defined at construction time.