| Package | Description |
|---|---|
| org.jboss.hal.meta | |
| org.jboss.hal.meta.description | |
| org.jboss.hal.meta.processing | |
| org.jboss.hal.meta.security |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringStatementContext
Intercepts the resolution and allows to filter/replace certain statement values.
|
class |
SelectionAwareStatementContext
A filtering statement context which resolves the key
selection to the specified selection supplier. |
| Modifier and Type | Field and Description |
|---|---|
static StatementContext |
StatementContext.NOOP |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.hal.dmr.ResourceAddress |
AddressTemplate.resolve(StatementContext context,
String... wildcards)
Resolve this address template against the specified statement context.
|
| Constructor and Description |
|---|
AbstractDatabase(StatementContext statementContext,
String type) |
AbstractRegistry(StatementContext statementContext,
String type) |
FilteringStatementContext(StatementContext delegate,
FilteringStatementContext.Filter filter) |
SelectionAwareStatementContext(StatementContext delegate,
Supplier<String> selection) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceDescriptionStatementContext |
| Constructor and Description |
|---|
ResourceDescriptionDatabase(StatementContext statementContext,
org.jboss.hal.config.Environment environment,
org.jboss.hal.config.Settings settings) |
ResourceDescriptionRegistry(StatementContext statementContext,
org.jboss.hal.config.Environment environment) |
ResourceDescriptionStatementContext(StatementContext delegate,
org.jboss.hal.config.Environment environment) |
| Constructor and Description |
|---|
MetadataProcessor(org.jboss.hal.config.Environment environment,
org.jboss.hal.dmr.dispatch.Dispatcher dispatcher,
StatementContext statementContext,
RequiredResources requiredResources,
MetadataRegistry metadataRegistry,
SecurityContextDatabase securityContextDatabase,
SecurityContextRegistry securityContextRegistry,
ResourceDescriptionDatabase resourceDescriptionDatabase,
ResourceDescriptionRegistry resourceDescriptionRegistry,
WorkerChannel workerChannel) |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityContextStatementContext |
| Constructor and Description |
|---|
SecurityContextDatabase(StatementContext statementContext,
org.jboss.hal.config.Environment environment,
org.jboss.hal.config.Settings settings) |
SecurityContextRegistry(StatementContext statementContext,
org.jboss.hal.config.Environment environment) |
SecurityContextStatementContext(StatementContext delegate,
org.jboss.hal.config.Environment environment) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.