Uses of Interface
org.jboss.as.controller.CapabilityReferenceRecorder
Packages that use CapabilityReferenceRecorder
Package
Description
-
Uses of CapabilityReferenceRecorder in org.jboss.as.controller
Classes in org.jboss.as.controller that implement CapabilityReferenceRecorderModifier and TypeClassDescriptionstatic classCapabilityReferenceRecorderthat determines the dependent capability from theOperationContextand any additional attributes on same resource.static classCapabilityReferenceRecorderthat determines the dependent capability from theOperationContext.static classDefault implementation ofCapabilityReferenceRecorder.static classCapabilityReferenceRecorderthat determines the dependent and required capability from thePathAddressof the resource registration.Methods in org.jboss.as.controller that return CapabilityReferenceRecorderModifier and TypeMethodDescriptionprotected final CapabilityReferenceRecorderAbstractAttributeDefinitionBuilder.getCapabilityReferenceRecorder()protected CapabilityReferenceRecorderAttributeDefinition.getReferenceRecorder()protected CapabilityReferenceRecorderSimpleListAttributeDefinition.getReferenceRecorder()Methods in org.jboss.as.controller with parameters of type CapabilityReferenceRecorderModifier and TypeMethodDescriptionAbstractAttributeDefinitionBuilder.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 CapabilityReferenceRecorderModifier and TypeMethodDescriptiondefault 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 CapabilityReferenceRecorderModifier and TypeMethodDescriptionDelegatingImmutableManagementResourceRegistration.getRequirements()DelegatingManagementResourceRegistration.getRequirements()ImmutableManagementResourceRegistration.getRequirements()Returns all capability reference recorders provided by this resource.Method parameters in org.jboss.as.controller.registry with type arguments of type CapabilityReferenceRecorderModifier and TypeMethodDescriptionvoidDelegatingManagementResourceRegistration.registerRequirements(Set<? extends CapabilityReferenceRecorder> requirements) voidManagementResourceRegistration.registerRequirements(Set<? extends 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 CapabilityReferenceRecorderModifier and TypeMethodDescriptionCredentialReference.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.