- 著者
- Javier Rojas Date: 11.30.2011
◆ DefaultScope()
org.xdi.oxauth.model.common.DefaultScope.DefaultScope |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: DefaultScope.java:19
◆ fromString()
static DefaultScope org.xdi.oxauth.model.common.DefaultScope.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding DefaultScope for a default scope parameter.
- 引数
-
param | The default scope parameter. |
- 戻り値
- The corresponding scope if found, otherwise
null
.
34 if (param.equals(ds.paramName)) {
DefaultScope(String paramName)
Definition: DefaultScope.java:21
◆ toString()
String org.xdi.oxauth.model.common.DefaultScope.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name for the default scope.
final String paramName
Definition: DefaultScope.java:19
◆ ADDRESS
org.xdi.oxauth.model.common.DefaultScope.ADDRESS =("address") |
◆ EMAIL
org.xdi.oxauth.model.common.DefaultScope.EMAIL =("email") |
◆ OPEN_ID
org.xdi.oxauth.model.common.DefaultScope.OPEN_ID =("openid") |
◆ paramName
final String org.xdi.oxauth.model.common.DefaultScope.paramName |
|
private |
◆ PHONE
org.xdi.oxauth.model.common.DefaultScope.PHONE =("phone") |
◆ PROFILE
org.xdi.oxauth.model.common.DefaultScope.PROFILE =("profile") |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Server/src/main/java/org/xdi/oxauth/model/common/DefaultScope.java