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

Packages that use CredentialInterfaceEnum
org.jboss.jca.common.metadata.ra.common This package contains metadatas common for connector-*.xsd 
 

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

Methods in org.jboss.jca.common.metadata.ra.common that return CredentialInterfaceEnum
static CredentialInterfaceEnum CredentialInterfaceEnum.forName(String fullQualifiedName)
          Conveninet method to get enum instance giving full qualified name
 CredentialInterfaceEnum AuthenticationMechanism.getCredentialInterface()
           
static CredentialInterfaceEnum CredentialInterfaceEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CredentialInterfaceEnum[] CredentialInterfaceEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.jca.common.metadata.ra.common with parameters of type CredentialInterfaceEnum
AuthenticationMechanism(ArrayList<LocalizedXsdString> description, XsdString authenticationMechanismType, CredentialInterfaceEnum credentialInterface, String id)
           
 



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