public class IORSASContextDefinition
extends org.jboss.as.controller.PersistentResourceDefinition
Defines a resource that encompasses the attributes used to configure the secure attribute service (SAS) 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.IORSASContextMetaData |
getIORSASContextMetaData(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Builds a
IORSASContextMetaData 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.IORSASContextMetaData getIORSASContextMetaData(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
throws org.jboss.as.controller.OperationFailedException
Builds a IORSASContextMetaData using the specified OperationContext and ModelNode.
context - a reference to the OperationContext.model - a ModelNode containing the configured secure attribute service (SAS) metadata.IORSASContextMetaData 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.