Top Description Fields Constructors Methods
jakarta.security.enterprise.authentication.mechanism.http.openid

public final Enum DisplayType

extends Enum<DisplayType>
Class Inheritance
Static Imports
java.util.Objects.isNull

Display specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
Author
Gaurav Gupta

Field Summary

Modifier and TypeField and Description
public static final DisplayType
PAGE

The Authorization Server should display authentication and consent UI consistent with a full User-Agent page view.

public static final DisplayType
POPUP

The Authorization Server should display authentication and consent UI consistent with a popup User-Agent window.

public static final DisplayType
TOUCH

The Authorization Server should display authentication and consent UI consistent with a device that leverages a touch interface.

public static final DisplayType
WAP

The Authorization Server should display authentication and consent UI consistent with a "feature phone" type display.

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static DisplayType
public static DisplayType
public static DisplayType[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

PAGEback to summary
public static final DisplayType PAGE

The Authorization Server should display 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.

TOUCHback to summary
public static final DisplayType TOUCH

The Authorization Server should display authentication and consent UI consistent with a device that leverages a touch interface.

WAPback to summary
public static final DisplayType WAP

The Authorization Server should display authentication and consent UI consistent with a "feature phone" type display.

Constructor Detail

DisplayTypeback to summary
private DisplayType()

Method Detail

fromStringback to summary
public static DisplayType fromString(String key)
valueOfback to summary
public static DisplayType valueOf(String name)
valuesback to summary
public static DisplayType[] values()