|
gluu
|


公開メンバ関数 | |
| String | getParamName () |
| String | toString () |
| __construct ($parameter="") | |
| getParamName () | |
| toString () | |
静的公開メンバ関数 | |
| static Display | fromString (String param) |
| static | values () |
公開変数類 | |
| PAGE =("page") | |
| POPUP =("popup") | |
| TOUCH =("touch") | |
| WAP =("wap") | |
| EMBEDDED =("embedded") | |
| const | PAGE = "page" |
| const | POPUP = "popup" |
| const | TOUCH = "touch" |
| const | WAP = "wap" |
| const | EMBEDDED = "embedded" |
非公開メンバ関数 | |
| Display (String paramName) | |
非公開変数類 | |
| final String | paramName |
| $paramName | |
An ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
An ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.
|
inlineprivate |
| org.xdi.oxauth.model.common.Display.__construct | ( | $parameter = "" | ) |
The constructor sets the parameter name
| String | Parameter |
|
inlinestatic |
Returns the corresponding Display for a parameter display of the authorization endpoint.
| param | The parameter. |
null.
|
inline |
| org.xdi.oxauth.model.common.Display.getParamName | ( | ) |
Gets the parameter name entered
org.xdi.oxauth.model.common.HasParamNameを実装しています。
|
inline |
Returns a string representation of the object. In this case the parameter name.
| org.xdi.oxauth.model.common.Display.toString | ( | ) |
Returns a string representation of the object. In this case the parameter name.
|
static |
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
foreach (Display::values() as $value) { return $value; }
|
private |
| const org.xdi.oxauth.model.common.Display.EMBEDDED = "embedded" |
The Authorization Server SHOULD display authentication and consent UI consistent with the limitations of an embedded user-agent.
| org.xdi.oxauth.model.common.Display.EMBEDDED =("embedded") |
The Authorization Server SHOULD display authentication and consent UI consistent with the limitations of an embedded user-agent.
| const org.xdi.oxauth.model.common.Display.PAGE = "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.
| org.xdi.oxauth.model.common.Display.PAGE =("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.
|
private |
| const org.xdi.oxauth.model.common.Display.POPUP = "popup" |
The Authorization Server SHOULD display authentication and consent UI consistent with a popup user-agent window. The popup user-agent window SHOULD be 450 pixels wide and 500 pixels tall.
| org.xdi.oxauth.model.common.Display.POPUP =("popup") |
The Authorization Server SHOULD display authentication and consent UI consistent with a popup user-agent window. The popup user-agent window SHOULD be 450 pixels wide and 500 pixels tall.
| const org.xdi.oxauth.model.common.Display.TOUCH = "touch" |
The Authorization Server SHOULD display authentication and consent UI consistent with a device that leverages a touch interface. The Authorization Server MAY attempt to detect the touch device and further customize the interface.
| org.xdi.oxauth.model.common.Display.TOUCH =("touch") |
The Authorization Server SHOULD display authentication and consent UI consistent with a device that leverages a touch interface. The Authorization Server MAY attempt to detect the touch device and further customize the interface.
| const org.xdi.oxauth.model.common.Display.WAP = "wap" |
The Authorization Server SHOULD display authentication and consent UI consistent with a "feature phone" type display.
| org.xdi.oxauth.model.common.Display.WAP =("wap") |
The Authorization Server SHOULD display authentication and consent UI consistent with a "feature phone" type display.
1.8.13