|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthMethodType.Enum | |
org.apache.geronimo.xbeans.j2ee | |
org.apache.geronimo.xbeans.web | |
org.apache.geronimo.xbeans.web.impl |
Uses of AuthMethodType.Enum in org.apache.geronimo.xbeans.j2ee |
Fields in org.apache.geronimo.xbeans.j2ee declared as AuthMethodType.Enum | |
static AuthMethodType.Enum |
AuthMethodType.BASIC
|
static AuthMethodType.Enum |
AuthMethodType.DIGEST
|
static AuthMethodType.Enum |
AuthMethodType.FORM
|
static AuthMethodType.Enum |
AuthMethodType.CLIENT_CERT
|
Methods in org.apache.geronimo.xbeans.j2ee that return AuthMethodType.Enum | |
static AuthMethodType.Enum |
AuthMethodType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
static AuthMethodType.Enum |
AuthMethodType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
Uses of AuthMethodType.Enum in org.apache.geronimo.xbeans.web |
Methods in org.apache.geronimo.xbeans.web that return AuthMethodType.Enum | |
AuthMethodType.Enum |
LoginConfigType.getAuthMethod()
Gets the "auth-method" element |
Methods in org.apache.geronimo.xbeans.web with parameters of type AuthMethodType.Enum | |
void |
LoginConfigType.setAuthMethod(AuthMethodType.Enum authMethod)
Sets the "auth-method" element |
Uses of AuthMethodType.Enum in org.apache.geronimo.xbeans.web.impl |
Methods in org.apache.geronimo.xbeans.web.impl that return AuthMethodType.Enum | |
AuthMethodType.Enum |
LoginConfigTypeImpl.getAuthMethod()
Gets the "auth-method" element |
Methods in org.apache.geronimo.xbeans.web.impl with parameters of type AuthMethodType.Enum | |
void |
LoginConfigTypeImpl.setAuthMethod(AuthMethodType.Enum authMethod)
Sets the "auth-method" element |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |