|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
static AuthenticationMechanismType |
AuthenticationMechanismType.get(int value)
Returns the 'Authentication Mechanism Type' literal with the specified integer value |
static AuthenticationMechanismType |
AuthenticationMechanismType.get(java.lang.String literal)
Returns the 'Authentication Mechanism Type' literal with the specified literal value |
AuthenticationMechanismType |
AuthenticationMechanism.getAuthenticationMechanismType()
|
static AuthenticationMechanismType |
AuthenticationMechanismType.getByName(java.lang.String name)
Returns the 'Authentication Mechanism Type' literal with the specified name |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||