Package io.deephaven.server.auth
Class AllowAllAuthorizationProvider
java.lang.Object
io.deephaven.server.auth.AllowAllAuthorizationProvider
- All Implemented Interfaces:
AuthorizationProvider
- Direct Known Subclasses:
CommunityAuthorizationProvider
An "allow all" authorization provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.deephaven.auth.codegen.impl.ApplicationServiceAuthWiringio.deephaven.auth.codegen.impl.ConfigServiceAuthWiringio.deephaven.auth.codegen.impl.ConsoleServiceAuthWiringio.deephaven.auth.codegen.impl.HealthAuthWiringio.deephaven.auth.codegen.impl.HierarchicalTableServiceContextualAuthWiringio.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiringio.deephaven.auth.AuthContextio.deephaven.auth.codegen.impl.ObjectServiceAuthWiringio.deephaven.auth.codegen.impl.PartitionedTableServiceContextualAuthWiringio.deephaven.auth.codegen.impl.SessionServiceAuthWiringio.deephaven.auth.codegen.impl.StorageServiceAuthWiringio.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring
-
Constructor Details
-
AllowAllAuthorizationProvider
@Inject public AllowAllAuthorizationProvider()
-
-
Method Details
-
getApplicationServiceAuthWiring
public io.deephaven.auth.codegen.impl.ApplicationServiceAuthWiring getApplicationServiceAuthWiring()- Specified by:
getApplicationServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for ApplicationService
-
getConfigServiceAuthWiring
public io.deephaven.auth.codegen.impl.ConfigServiceAuthWiring getConfigServiceAuthWiring()- Specified by:
getConfigServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for ConfigService
-
getConsoleServiceAuthWiring
public io.deephaven.auth.codegen.impl.ConsoleServiceAuthWiring getConsoleServiceAuthWiring()- Specified by:
getConsoleServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for ConsoleService
-
getObjectServiceAuthWiring
public io.deephaven.auth.codegen.impl.ObjectServiceAuthWiring getObjectServiceAuthWiring()- Specified by:
getObjectServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for ObjectService
-
getSessionServiceAuthWiring
public io.deephaven.auth.codegen.impl.SessionServiceAuthWiring getSessionServiceAuthWiring()- Specified by:
getSessionServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for SessionService
-
getStorageServiceAuthWiring
public io.deephaven.auth.codegen.impl.StorageServiceAuthWiring getStorageServiceAuthWiring()- Specified by:
getStorageServiceAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for StorageService
-
getHealthAuthWiring
public io.deephaven.auth.codegen.impl.HealthAuthWiring getHealthAuthWiring()- Specified by:
getHealthAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for HealthService
-
getTableServiceContextualAuthWiring
public io.deephaven.auth.codegen.impl.TableServiceContextualAuthWiring getTableServiceContextualAuthWiring()- Specified by:
getTableServiceContextualAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for TableService
-
getInputTableServiceContextualAuthWiring
public io.deephaven.auth.codegen.impl.InputTableServiceContextualAuthWiring getInputTableServiceContextualAuthWiring()- Specified by:
getInputTableServiceContextualAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for InputTableService
-
getPartitionedTableServiceContextualAuthWiring
public io.deephaven.auth.codegen.impl.PartitionedTableServiceContextualAuthWiring getPartitionedTableServiceContextualAuthWiring()- Specified by:
getPartitionedTableServiceContextualAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for PartitionTableService
-
getHierarchicalTableServiceContextualAuthWiring
public io.deephaven.auth.codegen.impl.HierarchicalTableServiceContextualAuthWiring getHierarchicalTableServiceContextualAuthWiring()- Specified by:
getHierarchicalTableServiceContextualAuthWiringin interfaceAuthorizationProvider- Returns:
- the authorization provider for HierarchicalTableService
-
getTicketResolverAuthorization
- Specified by:
getTicketResolverAuthorizationin interfaceAuthorizationProvider- Returns:
- the authorization provider for TicketResolvers; used when resolving from, and publishing to, tickets
-
getInstanceAuthContext
public io.deephaven.auth.AuthContext getInstanceAuthContext()- Specified by:
getInstanceAuthContextin interfaceAuthorizationProvider- Returns:
- the default auth context to use during start-up and in other non-interactive contexts
-