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 TypeMethodDescriptionvoidConfigurableServerChannel.addAuthorizer(Authorizer authorizer) Adds the givenAuthorizerthat grants or denies operations on this channel.voidConfigurableServerChannel.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 TypeMethodDescriptionvoidServerChannelImpl.addAuthorizer(Authorizer authorizer) voidServerChannelImpl.removeAuthorizer(Authorizer authorizer) -
Uses of Authorizer in org.cometd.server.authorizer
Classes in org.cometd.server.authorizer that implement AuthorizerModifier and TypeClassDescriptionclassThisAuthorizerimplementation grants permission for a set of operations defined at construction time.