public static enum JameicaAuthenticator.RequestParam extends java.lang.Enum<JameicaAuthenticator.RequestParam>
| Enum Constant and Description |
|---|
AUTHTYPE
Request-Parameter fuer den Authentifizierungstyp.
|
HOST
Request-Parameter fuer den Host.
|
PORT
Request-Parameter fuer den Port.
|
PROMPT
Request-Parameter fuer den anzuzeigenden Prompt-Text.
|
PROTOCOL
Request-Parameter fuer das verwendete Protokoll.
|
SCHEME
Request-Parameter fuer das URL-Schema.
|
SITE
Request-Parameter fuer die Site.
|
URL
Request-Parameter fuer die URL.
|
| Modifier and Type | Method and Description |
|---|---|
static JameicaAuthenticator.RequestParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JameicaAuthenticator.RequestParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JameicaAuthenticator.RequestParam HOST
public static final JameicaAuthenticator.RequestParam SITE
public static final JameicaAuthenticator.RequestParam PORT
public static final JameicaAuthenticator.RequestParam PROTOCOL
public static final JameicaAuthenticator.RequestParam PROMPT
public static final JameicaAuthenticator.RequestParam SCHEME
public static final JameicaAuthenticator.RequestParam URL
public static final JameicaAuthenticator.RequestParam AUTHTYPE
public static JameicaAuthenticator.RequestParam[] values()
for (JameicaAuthenticator.RequestParam c : JameicaAuthenticator.RequestParam.values()) System.out.println(c);
public static JameicaAuthenticator.RequestParam valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null