Class CommunityAuthorizationProvider

java.lang.Object
io.deephaven.server.auth.AllowAllAuthorizationProvider
io.deephaven.server.auth.CommunityAuthorizationProvider
All Implemented Interfaces:
AuthorizationProvider

public class CommunityAuthorizationProvider extends AllowAllAuthorizationProvider
The out-of-the-box authorization provider for the Deephaven community server.

This is currently implemented as an "allow all" authorization provider. This is subject to change in the future with the addition of community authorization configuration parameters.

  • Constructor Details

    • CommunityAuthorizationProvider

      @Inject public CommunityAuthorizationProvider()