Enum Class Display
- All Implemented Interfaces:
Serializable
,Comparable<Display>
,Constable
OpenID connect Display parameter.
- Since:
- 1.2.0
- Author:
- Sergio del Amo
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view.The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window.The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.The Authorization Server SHOULD display the authentication and consent UI consistent with a "feature phone" type display. -
Method Summary
-
Enum Constant Details
-
PAGE
The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode. -
POPUP
The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over. -
TOUCH
The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface. -
WAP
The Authorization Server SHOULD display the authentication and consent UI consistent with a "feature phone" type display.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDisplay
- Returns:
- OpenID connect Display parameter
-
toString
-