- 著者
- Javier Rojas Blum
- バージョン
- December 17, 2015
◆ fromString()
static JwtType org.xdi.oxauth.model.jwt.JwtType.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding JwtType for a parameter.
- 引数
-
- 戻り値
- The corresponding JWT Type if found, otherwise
null
.
25 for (JwtType t : JwtType.values()) {
26 if (param.equals(t.toString())) {
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/jwt/JwtType.java