Modifier and Type | Field 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. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static DisplayType | |
public static DisplayType | |
public static DisplayType[] |
PAGE | back 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. |
POPUP | back to summary |
---|---|
public static final DisplayType POPUP The Authorization Server should display authentication and consent UI consistent with a popup User-Agent window. |
TOUCH | back 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. |
WAP | back to summary |
---|---|
public static final DisplayType WAP The Authorization Server should display authentication and consent UI consistent with a "feature phone" type display. |
DisplayType | back to summary |
---|---|
private DisplayType() |
fromString | back to summary |
---|---|
public static DisplayType fromString(String key) |
valueOf | back to summary |
---|---|
public static DisplayType valueOf(String name) |
values | back to summary |
---|---|
public static DisplayType[] values() |