Uses of Interface
org.cometd.bayeux.server.Authorizer
-
Packages that use Authorizer Package Description org.cometd.bayeux.server org.cometd.server org.cometd.server.authorizer -
-
Uses of Authorizer in org.cometd.bayeux.server
Methods in org.cometd.bayeux.server that return types with arguments of type Authorizer Modifier and Type Method Description java.util.List<Authorizer>ConfigurableServerChannel. getAuthorizers()Methods in org.cometd.bayeux.server with parameters of type Authorizer Modifier and Type Method Description voidConfigurableServerChannel. 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 Authorizer Modifier and Type Method Description protected java.util.List<Authorizer>ServerChannelImpl. authorizers()java.util.List<Authorizer>ServerChannelImpl. getAuthorizers()Methods in org.cometd.server with parameters of type Authorizer Modifier and Type Method Description voidServerChannelImpl. addAuthorizer(Authorizer authorizer)voidServerChannelImpl. removeAuthorizer(Authorizer authorizer) -
Uses of Authorizer in org.cometd.server.authorizer
Classes in org.cometd.server.authorizer that implement Authorizer Modifier and Type Class Description classGrantAuthorizerThisAuthorizerimplementation grants permission for a set of operations defined at construction time.
-