Package io.deephaven.server.auth
Class CommunityAuthorizationProvider
java.lang.Object
io.deephaven.server.auth.AllowAllAuthorizationProvider
io.deephaven.server.auth.CommunityAuthorizationProvider
- All Implemented Interfaces:
AuthorizationProvider
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 Summary
-
Method Summary
Methods inherited from class io.deephaven.server.auth.AllowAllAuthorizationProvider
getApplicationServiceAuthWiring, getConfigServiceAuthWiring, getConsoleServiceAuthWiring, getHealthAuthWiring, getHierarchicalTableServiceContextualAuthWiring, getInputTableServiceContextualAuthWiring, getInstanceAuthContext, getObjectServiceAuthWiring, getPartitionedTableServiceContextualAuthWiring, getSessionServiceAuthWiring, getStorageServiceAuthWiring, getTableServiceContextualAuthWiring, getTicketResolverAuthorization
-
Constructor Details
-
CommunityAuthorizationProvider
@Inject public CommunityAuthorizationProvider()
-