Uses of Class
org.jboss.as.controller.ObjectTypeAttributeDefinition
Packages that use ObjectTypeAttributeDefinition
Package
Description
-
Uses of ObjectTypeAttributeDefinition in org.jboss.as.controller
Methods in org.jboss.as.controller that return ObjectTypeAttributeDefinitionModifier and TypeMethodDescriptionObjectTypeAttributeDefinition.Builder.build()ObjectListAttributeDefinition.getValueType()ObjectMapAttributeDefinition.getValueType()Methods in org.jboss.as.controller with parameters of type ObjectTypeAttributeDefinitionModifier and TypeMethodDescriptionObjectMapAttributeDefinition.create(String name, ObjectTypeAttributeDefinition valueType) ObjectListAttributeDefinition.Builder.of(String name, ObjectTypeAttributeDefinition valueType) ObjectMapAttributeDefinition.Builder.of(String name, ObjectTypeAttributeDefinition valueType) ObjectListAttributeDefinition.Builder.setValueType(ObjectTypeAttributeDefinition valueType) Constructors in org.jboss.as.controller with parameters of type ObjectTypeAttributeDefinitionModifierConstructorDescriptionBuilder(String name, ObjectTypeAttributeDefinition valueType) Builder(String name, ObjectTypeAttributeDefinition valueType) Constructor parameters in org.jboss.as.controller with type arguments of type ObjectTypeAttributeDefinitionModifierConstructorDescriptionprotectedObjectTypeAttributeDefinition(AbstractAttributeDefinitionBuilder<?, ? extends ObjectTypeAttributeDefinition> builder, String suffix, AttributeDefinition[] valueTypes) -
Uses of ObjectTypeAttributeDefinition in org.jboss.as.controller.management
Fields in org.jboss.as.controller.management declared as ObjectTypeAttributeDefinitionModifier and TypeFieldDescriptionstatic final ObjectTypeAttributeDefinitionBaseHttpInterfaceResourceDefinition.HEADER_MAPPINGstatic final ObjectTypeAttributeDefinitionBaseHttpInterfaceResourceDefinition.HTTP_UPGRADE -
Uses of ObjectTypeAttributeDefinition in org.jboss.as.controller.security
Methods in org.jboss.as.controller.security that return ObjectTypeAttributeDefinitionModifier and TypeMethodDescriptionCredentialReference.getAttributeDefinition()Returns a definition for a credential reference attribute.CredentialReference.getAttributeDefinition(boolean referenceCredentialStore) Returns a definition for a credential reference attribute, one that optionallyregisters a requirementfor acredential store capability.Methods in org.jboss.as.controller.security with parameters of type ObjectTypeAttributeDefinitionModifier and TypeMethodDescriptionstatic org.wildfly.security.credential.source.CredentialSourceCredentialReference.getCredentialSource(OperationContext context, ObjectTypeAttributeDefinition credentialReferenceAttributeDefinition, org.jboss.dmr.ModelNode model) static org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> CredentialReference.getCredentialSourceSupplier(OperationContext context, ObjectTypeAttributeDefinition credentialReferenceAttributeDefinition, org.jboss.dmr.ModelNode model, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder) Get the ExceptionSupplier ofCredentialSourcewhich might throw an Exception while getting it.static org.wildfly.common.function.ExceptionSupplier<org.wildfly.security.credential.source.CredentialSource,Exception> CredentialReference.getCredentialSourceSupplier(OperationContext context, ObjectTypeAttributeDefinition credentialReferenceAttributeDefinition, org.jboss.dmr.ModelNode model, org.jboss.msc.service.ServiceBuilder<?> serviceBuilder, String keySuffix) Get the ExceptionSupplier ofCredentialSourcewhich might throw an Exception while getting it.