Uses of Class
org.eclipse.jst.j2ee.jca.AuthenticationMechanismType

Packages that use AuthenticationMechanismType
org.eclipse.jst.j2ee.jca This package includes the connector module model api.  
 

Uses of AuthenticationMechanismType in org.eclipse.jst.j2ee.jca
 

Fields in org.eclipse.jst.j2ee.jca declared as AuthenticationMechanismType
static AuthenticationMechanismType AuthenticationMechanismType.BASIC_PASSWORD_LITERAL
          The 'Basic Password' literal object
static AuthenticationMechanismType AuthenticationMechanismType.KERBV5_LITERAL
          The 'Kerbv5' literal object
 

Methods in org.eclipse.jst.j2ee.jca that return AuthenticationMechanismType
 AuthenticationMechanismType AuthenticationMechanism.getAuthenticationMechanismType()
           
static AuthenticationMechanismType AuthenticationMechanismType.get(java.lang.String literal)
          Returns the 'Authentication Mechanism Type' literal with the specified literal value
static AuthenticationMechanismType AuthenticationMechanismType.getByName(java.lang.String name)
          Returns the 'Authentication Mechanism Type' literal with the specified name
static AuthenticationMechanismType AuthenticationMechanismType.get(int value)
          Returns the 'Authentication Mechanism Type' literal with the specified integer value
 

Methods in org.eclipse.jst.j2ee.jca with parameters of type AuthenticationMechanismType
 void AuthenticationMechanism.setAuthenticationMechanismType(AuthenticationMechanismType value)
          Sets the value of the 'Authentication Mechanism Type' attribute