|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthMethodKind | |
---|---|
org.eclipse.jst.j2ee.webapplication |
Uses of AuthMethodKind in org.eclipse.jst.j2ee.webapplication |
---|
Fields in org.eclipse.jst.j2ee.webapplication declared as AuthMethodKind | |
static AuthMethodKind |
AuthMethodKind.UNSPECIFIED_LITERAL
The 'UNSPECIFIED' literal object |
static AuthMethodKind |
AuthMethodKind.BASIC_LITERAL
The 'BASIC' literal object |
static AuthMethodKind |
AuthMethodKind.DIGEST_LITERAL
The 'DIGEST' literal object |
static AuthMethodKind |
AuthMethodKind.FORM_LITERAL
The 'FORM' literal object |
static AuthMethodKind |
AuthMethodKind.CLIENT_CERT_LITERAL
The 'CLIENT CERT' literal object |
Methods in org.eclipse.jst.j2ee.webapplication that return AuthMethodKind | |
static AuthMethodKind |
AuthMethodKind.get(java.lang.String literal)
Returns the 'Auth Method Kind' literal with the specified literal value |
static AuthMethodKind |
AuthMethodKind.getByName(java.lang.String name)
Returns the 'Auth Method Kind' literal with the specified name |
static AuthMethodKind |
AuthMethodKind.get(int value)
Returns the 'Auth Method Kind' literal with the specified integer value |
AuthMethodKind |
LoginConfig.getAuthMethod()
|
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 |