Uses of Interface
org.jboss.as.controller.CapabilityReferenceRecorder
-
Packages that use CapabilityReferenceRecorder Package Description org.jboss.as.controller org.jboss.as.controller.registry org.jboss.as.controller.security -
-
Uses of CapabilityReferenceRecorder in org.jboss.as.controller
Classes in org.jboss.as.controller that implement CapabilityReferenceRecorder Modifier and Type Class Description static classCapabilityReferenceRecorder.CompositeAttributeDependencyRecorderCapabilityReferenceRecorderthat determines the dependent capability from theOperationContextand any additional attributes on same resource.static classCapabilityReferenceRecorder.ContextDependencyRecorderCapabilityReferenceRecorderthat determines the dependent capability from theOperationContext.static classCapabilityReferenceRecorder.DefaultCapabilityReferenceRecorderDefault implementation ofCapabilityReferenceRecorder.static classCapabilityReferenceRecorder.ResourceCapabilityReferenceRecorderCapabilityReferenceRecorderthat determines the dependent and required capability from thePathAddressof the resource registration.Fields in org.jboss.as.controller declared as CapabilityReferenceRecorder Modifier and Type Field Description protected CapabilityReferenceRecorderAttributeDefinition. referenceRecorderDeprecated.useAttributeDefinition.getReferenceRecorder()()} as this will be made private in a future releaseMethods in org.jboss.as.controller that return CapabilityReferenceRecorder Modifier and Type Method Description protected CapabilityReferenceRecorderAbstractAttributeDefinitionBuilder. getCapabilityReferenceRecorder()protected CapabilityReferenceRecorderAttributeDefinition. getReferenceRecorder()protected CapabilityReferenceRecorderSimpleListAttributeDefinition. getReferenceRecorder()Methods in org.jboss.as.controller with parameters of type CapabilityReferenceRecorder Modifier and Type Method Description BUILDERAbstractAttributeDefinitionBuilder. setCapabilityReference(CapabilityReferenceRecorder referenceRecorder)Records that this attribute's value represents a reference to an instance of adynamic capabilityand assigns the object that should be used to handle adding and removing capability requirements.Method parameters in org.jboss.as.controller with type arguments of type CapabilityReferenceRecorder Modifier and Type Method Description default ResourceBuilderResourceBuilder. setRequirements(Set<CapabilityReferenceRecorder> requirements) -
Uses of CapabilityReferenceRecorder in org.jboss.as.controller.registry
Methods in org.jboss.as.controller.registry that return types with arguments of type CapabilityReferenceRecorder Modifier and Type Method Description Set<CapabilityReferenceRecorder>DelegatingImmutableManagementResourceRegistration. getRequirements()Set<CapabilityReferenceRecorder>DelegatingManagementResourceRegistration. getRequirements()Set<CapabilityReferenceRecorder>ImmutableManagementResourceRegistration. getRequirements()Returns all capability reference recorders provided by this resource.Method parameters in org.jboss.as.controller.registry with type arguments of type CapabilityReferenceRecorder Modifier and Type Method Description voidDelegatingManagementResourceRegistration. registerRequirements(Set<CapabilityReferenceRecorder> requirements)voidManagementResourceRegistration. registerRequirements(Set<CapabilityReferenceRecorder> requirements)Registers a set of CapabilityReferenceRecorder. -
Uses of CapabilityReferenceRecorder in org.jboss.as.controller.security
Methods in org.jboss.as.controller.security with parameters of type CapabilityReferenceRecorder Modifier and Type Method Description static ObjectTypeAttributeDefinition.BuilderCredentialReference. getAttributeBuilder(String name, String xmlName, boolean allowNull, CapabilityReferenceRecorder capabilityStoreReferenceRecorder)Get an attribute builder for a credential-reference attribute with the specified characteristics, optionally configured toAbstractAttributeDefinitionBuilder.setCapabilityReference(CapabilityReferenceRecorder)register a requirement} for acredential store capability.
-