Uses of Class
org.jboss.jca.common.metadata.ra.common.AuthenticationMechanism

Packages that use AuthenticationMechanism
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 
 

Uses of AuthenticationMechanism in org.jboss.jca.common.metadata.ra.common
 

Methods in org.jboss.jca.common.metadata.ra.common that return types with arguments of type AuthenticationMechanism
 List<AuthenticationMechanism> OutboundResourceAdapter.getAuthenticationMechanism()
           
 

Constructor parameters in org.jboss.jca.common.metadata.ra.common with type arguments of type AuthenticationMechanism
OutboundResourceAdapter(ArrayList<ConnectionDefinition> connectionDefinition, TransactionSupportEnum transactionSupport, ArrayList<AuthenticationMechanism> authenticationMechanism, Boolean reauthenticationSupport, String id)
           
 

Uses of AuthenticationMechanism in org.jboss.jca.common.metadata.ra.ra10
 

Methods in org.jboss.jca.common.metadata.ra.ra10 that return types with arguments of type AuthenticationMechanism
 List<AuthenticationMechanism> ResourceAdapter10.getAuthenticationMechanism()
          Get the authenticationMechanism.
 

Constructor parameters in org.jboss.jca.common.metadata.ra.ra10 with type arguments of type AuthenticationMechanism
ResourceAdapter10(XsdString managedConnectionFactoryClass, XsdString connectionFactoryInterface, XsdString connectionFactoryImplClass, XsdString connectionInterface, XsdString connectionImplClass, TransactionSupportEnum transactionSupport, ArrayList<AuthenticationMechanism> authenticationMechanism, ArrayList<ConfigProperty> configProperties, Boolean reauthenticationSupport, ArrayList<SecurityPermission> securityPermission, String id)
          Create a new ResourceAdapter10.
 



Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)