Uses of Interface
org.cometd.bayeux.server.Authorizer
-
Packages that use Authorizer Package Description org.cometd.bayeux.server -
-
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 void
ConfigurableServerChannel. addAuthorizer(Authorizer authorizer)
Adds the givenAuthorizer
that grants or denies operations on this channel.void
ConfigurableServerChannel. removeAuthorizer(Authorizer authorizer)
Removes the givenAuthorizer
.
-