gluu
公開メンバ関数 | 公開変数類 | 非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
列挙 org.xdi.oxauth.model.register.RegisterResponseParam 詳解
org.xdi.oxauth.model.register.RegisterResponseParam 連携図
Collaboration graph

公開メンバ関数

String toString ()
 

公開変数類

 CLIENT_ID =("client_id")
 
 CLIENT_SECRET =("client_secret")
 
 REGISTRATION_ACCESS_TOKEN =("registration_access_token")
 
 REGISTRATION_CLIENT_URI =("registration_client_uri")
 
 CLIENT_ID_ISSUED_AT =("client_id_issued_at")
 
 CLIENT_SECRET_EXPIRES_AT =("client_secret_expires_at")
 

非公開メンバ関数

 RegisterResponseParam (String name)
 

非公開変数類

final String name
 

詳解

Listed all standard parameters involved in client registration response.

著者
Javier Rojas Blum
バージョン
0.9, 03/23/2013

構築子と解体子

◆ RegisterResponseParam()

org.xdi.oxauth.model.register.RegisterResponseParam.RegisterResponseParam ( String  name)
inlineprivate

Constructor

引数
nameparameter name
59  {
60  this.name = name;
61  }
final String name
Definition: RegisterResponseParam.java:52

関数詳解

◆ toString()

String org.xdi.oxauth.model.register.RegisterResponseParam.toString ( )
inline
64  {
65  return name;
66  }
final String name
Definition: RegisterResponseParam.java:52

メンバ詳解

◆ CLIENT_ID

org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_ID =("client_id")

Unique Client identifier.

◆ CLIENT_ID_ISSUED_AT

org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_ID_ISSUED_AT =("client_id_issued_at")

Time when the Client Identifier was issued.

◆ CLIENT_SECRET

org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_SECRET =("client_secret")

Client secret.

◆ CLIENT_SECRET_EXPIRES_AT

org.xdi.oxauth.model.register.RegisterResponseParam.CLIENT_SECRET_EXPIRES_AT =("client_secret_expires_at")

Time at which the client_secret will expire or 0 if it will not expire.

◆ name

final String org.xdi.oxauth.model.register.RegisterResponseParam.name
private

Parameter name

◆ REGISTRATION_ACCESS_TOKEN

org.xdi.oxauth.model.register.RegisterResponseParam.REGISTRATION_ACCESS_TOKEN =("registration_access_token")

Access Token that is used by the Client to perform subsequent operations upon the resulting Client registration.

◆ REGISTRATION_CLIENT_URI

org.xdi.oxauth.model.register.RegisterResponseParam.REGISTRATION_CLIENT_URI =("registration_client_uri")

Location where the Access Token can be used to perform subsequent operations upon the resulting Client registration.


次のファイルからこの列挙についての詳解を抽出しました: