Package | Description |
---|---|
org.cometd.bayeux.server | |
org.cometd.server | |
org.cometd.server.authorizer |
Modifier and Type | Method and Description |
---|---|
List<Authorizer> |
ConfigurableServerChannel.getAuthorizers() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableServerChannel.addAuthorizer(Authorizer authorizer)
Adds the given
Authorizer that grants or denies operations on this channel. |
void |
ConfigurableServerChannel.removeAuthorizer(Authorizer authorizer)
Removes the given
Authorizer . |
Modifier and Type | Method and Description |
---|---|
protected List<Authorizer> |
ServerChannelImpl.authorizers() |
List<Authorizer> |
ServerChannelImpl.getAuthorizers() |
Modifier and Type | Method and Description |
---|---|
void |
ServerChannelImpl.addAuthorizer(Authorizer authorizer) |
void |
ServerChannelImpl.removeAuthorizer(Authorizer authorizer) |
Modifier and Type | Class and Description |
---|---|
class |
GrantAuthorizer
This
Authorizer implementation grants permission
for a set of operations defined at construction time. |
Copyright © 2008–2024 The CometD Project. All rights reserved.