|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthMethodKind | |
|---|---|
| org.eclipse.jst.j2ee.webapplication | This package includes the EJBArtifactEdit api. |
| Uses of AuthMethodKind in org.eclipse.jst.j2ee.webapplication |
|---|
| Fields in org.eclipse.jst.j2ee.webapplication declared as AuthMethodKind | |
|---|---|
static AuthMethodKind |
AuthMethodKind.BASIC_LITERAL
The 'BASIC' literal object |
static AuthMethodKind |
AuthMethodKind.CLIENT_CERT_LITERAL
The 'CLIENT CERT' literal object |
static AuthMethodKind |
AuthMethodKind.DIGEST_LITERAL
The 'DIGEST' literal object |
static AuthMethodKind |
AuthMethodKind.FORM_LITERAL
The 'FORM' literal object |
static AuthMethodKind |
AuthMethodKind.UNSPECIFIED_LITERAL
The 'UNSPECIFIED' literal object |
| Methods in org.eclipse.jst.j2ee.webapplication that return AuthMethodKind | |
|---|---|
static AuthMethodKind |
AuthMethodKind.get(int value)
Returns the 'Auth Method Kind' literal with the specified integer value |
static AuthMethodKind |
AuthMethodKind.get(java.lang.String literal)
Returns the 'Auth Method Kind' literal with the specified literal value |
AuthMethodKind |
LoginConfig.getAuthMethod()
|
static AuthMethodKind |
AuthMethodKind.getByName(java.lang.String name)
Returns the 'Auth Method Kind' literal with the specified name |
| Methods in org.eclipse.jst.j2ee.webapplication with parameters of type AuthMethodKind | |
|---|---|
void |
LoginConfig.setAuthMethod(AuthMethodKind value)
Sets the value of the ' Auth Method' attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||