Package | Description |
---|---|
org.jboss.jca.common.api.metadata.ra |
This package contains common metadatas fand parser for connector_1_*.xsd
|
org.jboss.jca.common.api.metadata.ra.ra10 |
This package contains common metadatas fand parser for connector_1_0
.xsd
|
org.jboss.jca.common.metadata.ra.common |
This package contains metadatas common for connector-*.xsd
|
org.jboss.jca.common.metadata.ra.ra10 |
This package contains metadatas for connector-1.0.dtd
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationMechanism> |
OutboundResourceAdapter.getAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationMechanism> |
ResourceAdapter10.getAuthenticationMechanisms()
Get the authenticationMechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationMechanismImpl |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationMechanism> |
OutboundResourceAdapterImpl.getAuthenticationMechanisms() |
Constructor and Description |
---|
OutboundResourceAdapterImpl(java.util.List<ConnectionDefinition> connectionDefinition,
TransactionSupportEnum transactionSupport,
java.util.List<AuthenticationMechanism> authenticationMechanism,
boolean reauthenticationSupport,
java.lang.String id) |
OutboundResourceAdapterImpl(java.util.List<ConnectionDefinition> connectionDefinition,
TransactionSupportEnum transactionSupport,
java.util.List<AuthenticationMechanism> authenticationMechanism,
boolean reauthenticationSupport,
java.lang.String id,
java.lang.String transactionSupportId,
java.lang.String reauthenticationSupportId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationMechanism> |
ResourceAdapter10Impl.getAuthenticationMechanisms()
Get the authenticationMechanism.
|
Constructor and Description |
---|
ResourceAdapter10Impl(XsdString managedConnectionFactoryClass,
XsdString connectionFactoryInterface,
XsdString connectionFactoryImplClass,
XsdString connectionInterface,
XsdString connectionImplClass,
TransactionSupportEnum transactionSupport,
java.util.List<AuthenticationMechanism> authenticationMechanism,
java.util.List<ConfigProperty> configProperties,
boolean reauthenticationSupport,
java.util.List<SecurityPermission> securityPermissions,
java.lang.String id)
Create a new ResourceAdapter10.
|
ResourceAdapter10Impl(XsdString managedConnectionFactoryClass,
XsdString connectionFactoryInterface,
XsdString connectionFactoryImplClass,
XsdString connectionInterface,
XsdString connectionImplClass,
TransactionSupportEnum transactionSupport,
java.util.List<AuthenticationMechanism> authenticationMechanism,
java.util.List<ConfigProperty> configProperties,
boolean reauthenticationSupport,
java.util.List<SecurityPermission> securityPermissions,
java.lang.String id,
java.lang.String transactionSupportId,
java.lang.String reauthenticationSupportId)
Create a new ResourceAdapter10.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)