public class IORASContextDefinition
extends org.jboss.as.controller.PersistentResourceDefinition
Defines a resource that encompasses the attributes used to configure the authentication service (AS) settings in generated IORs.
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.as.controller.access.management.AccessConstraintDefinition> |
getAccessConstraints() |
Collection<org.jboss.as.controller.AttributeDefinition> |
getAttributes() |
protected org.jboss.metadata.ejb.jboss.IORASContextMetaData |
getIORASContextMetaData(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Builds a
IORASContextMetaData using the specified OperationContext and ModelNode. |
getChildren, registerAttributes, registerChildrengetDeprecationData, getDescriptionProvider, getFlagsSet, getMaxOccurs, getMinOccurs, getPathElement, getResourceDescriptionResolver, isFeature, isOrderedChild, isRuntime, registerAddOperation, registerAddOperation, registerCapabilities, registerNotifications, registerOperations, registerRemoveOperation, registerRemoveOperation, setDeprecatedpublic List<org.jboss.as.controller.access.management.AccessConstraintDefinition> getAccessConstraints()
getAccessConstraints in interface org.jboss.as.controller.ResourceDefinitiongetAccessConstraints in class org.jboss.as.controller.SimpleResourceDefinitionpublic Collection<org.jboss.as.controller.AttributeDefinition> getAttributes()
getAttributes in class org.jboss.as.controller.PersistentResourceDefinitionprotected org.jboss.metadata.ejb.jboss.IORASContextMetaData getIORASContextMetaData(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
Builds a IORASContextMetaData using the specified OperationContext and ModelNode.
context - a reference to the OperationContext.model - a ModelNode containing the configured authentication service (AS) metadata.IORASContextMetaData or null if the specified model is undefined.org.jboss.as.controller.OperationFailedException - if an error occurs while creating the transport metadata,Copyright © 2018 JBoss by Red Hat. All rights reserved.