Class GrantAuthorizer

java.lang.Object
org.cometd.server.authorizer.GrantAuthorizer
All Implemented Interfaces:
Authorizer

public class GrantAuthorizer extends Object implements Authorizer

This Authorizer implementation grants permission for a set of operations defined at construction time.

If the operation does not match, it ignores the authorization request.