- 著者
- Yuriy Zabrovarnyy
- バージョン
- 0.9, 08/01/2013
◆ TokenType()
org.xdi.oxauth.model.ldap.TokenType.TokenType |
( |
String |
name | ) |
|
|
inline |
final String value
Definition: TokenType.java:22
◆ fromValue()
static TokenType org.xdi.oxauth.model.ldap.TokenType.fromValue |
( |
String |
value | ) |
|
|
inlinestatic |
33 if (StringUtils.isNotBlank(
value)) {
35 if (t.getValue().endsWith(
value)) {
final String value
Definition: TokenType.java:22
TokenType(String name)
Definition: TokenType.java:24
◆ getValue()
String org.xdi.oxauth.model.ldap.TokenType.getValue |
( |
| ) |
|
|
inline |
final String value
Definition: TokenType.java:22
◆ ACCESS_TOKEN
org.xdi.oxauth.model.ldap.TokenType.ACCESS_TOKEN =("access_token") |
◆ AUTHORIZATION_CODE
org.xdi.oxauth.model.ldap.TokenType.AUTHORIZATION_CODE =("authorization_code") |
◆ ID_TOKEN
org.xdi.oxauth.model.ldap.TokenType.ID_TOKEN =("id_token") |
◆ LONG_LIVED_ACCESS_TOKEN
org.xdi.oxauth.model.ldap.TokenType.LONG_LIVED_ACCESS_TOKEN =("access_token") |
◆ REFRESH_TOKEN
org.xdi.oxauth.model.ldap.TokenType.REFRESH_TOKEN =("refresh_token") |
◆ value
final String org.xdi.oxauth.model.ldap.TokenType.value |
|
private |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Server/src/main/java/org/xdi/oxauth/model/ldap/TokenType.java