- 著者
- Javier Rojas Blum Date: 05.11.2012
◆ SubjectType()
org.xdi.oxauth.model.common.SubjectType.SubjectType |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: SubjectType.java:17
◆ fromString()
static SubjectType org.xdi.oxauth.model.common.SubjectType.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding SubjectType for an user id type parameter.
- 引数
-
- 戻り値
- The corresponding user id type if found, otherwise
null
.
33 if (param.equals(uit.paramName)) {
SubjectType(String paramName)
Definition: SubjectType.java:19
◆ toString()
String org.xdi.oxauth.model.common.SubjectType.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name for the user id type parameter.
final String paramName
Definition: SubjectType.java:17
◆ PAIRWISE
org.xdi.oxauth.model.common.SubjectType.PAIRWISE =("pairwise") |
◆ paramName
final String org.xdi.oxauth.model.common.SubjectType.paramName |
|
private |
◆ PUBLIC
org.xdi.oxauth.model.common.SubjectType.PUBLIC =("public") |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/common/SubjectType.java