- 著者
- Javier Rojas Blum
- バージョン
- October 1, 2015
◆ ResponseMode()
org.xdi.oxauth.model.common.ResponseMode.ResponseMode |
( |
String |
value | ) |
|
|
inlineprivate |
final String value
Definition: ResponseMode.java:35
◆ [static initializer]()
org.xdi.oxauth.model.common.ResponseMode.[static initializer] |
( |
| ) |
|
|
inlinestatic |
◆ getByValue()
static ResponseMode org.xdi.oxauth.model.common.ResponseMode.getByValue |
( |
String |
value | ) |
|
|
inlinestatic |
final String value
Definition: ResponseMode.java:35
static Map< String, ResponseMode > mapByValues
Definition: ResponseMode.java:37
◆ getParamName()
String org.xdi.oxauth.model.common.ResponseMode.getParamName |
( |
| ) |
|
|
inline |
◆ toString()
String org.xdi.oxauth.model.common.ResponseMode.toString |
( |
| ) |
|
|
inline |
final String value
Definition: ResponseMode.java:35
◆ FORM_POST
org.xdi.oxauth.model.common.ResponseMode.FORM_POST =("form_post") |
In this mode, Authorization Response parameters are encoded as HTML form values that are auto-submitted in the User Agent, and thus are transmitted via the HTTP POST method to the Client, with the result parameters being encoded in the body using the application/x-www-form-urlencoded format.
◆ FRAGMENT
org.xdi.oxauth.model.common.ResponseMode.FRAGMENT =("fragment") |
In this mode, Authorization Response parameters are encoded in the fragment added to the redirect_uri when redirecting back to the Client.
◆ mapByValues
static Map<String, ResponseMode> org.xdi.oxauth.model.common.ResponseMode.mapByValues = new HashMap<String, ResponseMode>() |
|
staticprivate |
◆ QUERY
org.xdi.oxauth.model.common.ResponseMode.QUERY =("query") |
In this mode, Authorization Response parameters are encoded in the query string added to the redirect_uri when redirecting back to the Client.
◆ value
final String org.xdi.oxauth.model.common.ResponseMode.value |
|
private |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/common/ResponseMode.java