Package de.willuhn.jameica.security
Enum JameicaAuthenticator.RequestParam
java.lang.Object
java.lang.Enum<JameicaAuthenticator.RequestParam>
de.willuhn.jameica.security.JameicaAuthenticator.RequestParam
- All Implemented Interfaces:
Serializable
,Comparable<JameicaAuthenticator.RequestParam>
,java.lang.constant.Constable
- Enclosing class:
JameicaAuthenticator
public static enum JameicaAuthenticator.RequestParam
extends Enum<JameicaAuthenticator.RequestParam>
Ueber diese Enums koennen die Properties des Authentifizierungs-Requests abgefragt
werden.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRequest-Parameter fuer den Authentifizierungstyp.Request-Parameter fuer den Host.Request-Parameter fuer den Port.Request-Parameter fuer den anzuzeigenden Prompt-Text.Request-Parameter fuer das verwendete Protokoll.Request-Parameter fuer das URL-Schema.Request-Parameter fuer die Site.Request-Parameter fuer die URL. -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.
-
Enum Constant Details
-
HOST
Request-Parameter fuer den Host. -
SITE
Request-Parameter fuer die Site. -
PORT
Request-Parameter fuer den Port. -
PROTOCOL
Request-Parameter fuer das verwendete Protokoll. -
PROMPT
Request-Parameter fuer den anzuzeigenden Prompt-Text. -
SCHEME
Request-Parameter fuer das URL-Schema. -
URL
Request-Parameter fuer die URL. -
AUTHTYPE
Request-Parameter fuer den Authentifizierungstyp.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-