| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.security |
| Modifier and Type | Class and Description |
|---|---|
static class |
CapabilityReferenceRecorder.CompositeAttributeDependencyRecorder
CapabilityReferenceRecorder that determines the dependent capability from
the OperationContext and any additional attributes on same resource. |
static class |
CapabilityReferenceRecorder.ContextDependencyRecorder
CapabilityReferenceRecorder that determines the dependent capability from
the OperationContext. |
static class |
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder
Default implementation of
CapabilityReferenceRecorder. |
| Modifier and Type | Field and Description |
|---|---|
protected CapabilityReferenceRecorder |
AttributeDefinition.referenceRecorder
Deprecated.
use
AttributeDefinition.getReferenceRecorder() ()} as this will be made private in a future release |
protected CapabilityReferenceRecorder |
AbstractAttributeDefinitionBuilder.referenceRecorder
Deprecated.
use
AbstractAttributeDefinitionBuilder.getCapabilityReferenceRecorder() as this field will be made private in a future release |
| Modifier and Type | Method and Description |
|---|---|
protected CapabilityReferenceRecorder |
AbstractAttributeDefinitionBuilder.getCapabilityReferenceRecorder() |
protected CapabilityReferenceRecorder |
AttributeDefinition.getReferenceRecorder() |
protected CapabilityReferenceRecorder |
SimpleListAttributeDefinition.getReferenceRecorder() |
| Modifier and Type | Method and Description |
|---|---|
BUILDER |
AbstractAttributeDefinitionBuilder.setCapabilityReference(CapabilityReferenceRecorder referenceRecorder)
Records that this attribute's value represents a reference to an instance of a
dynamic capability and assigns the
object that should be used to handle adding and removing capability requirements. |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypeAttributeDefinition.Builder |
CredentialReference.getAttributeBuilder(String name,
String xmlName,
boolean allowNull,
CapabilityReferenceRecorder capabilityStoreReferenceRecorder)
Get an attribute builder for a credential-reference attribute with the specified characteristics, optionally configured to
AbstractAttributeDefinitionBuilder.setCapabilityReference(CapabilityReferenceRecorder) register a requirement}
for a credential store capability. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.