|
| JWT_BEARER =("urn:ietf:params:oauth:client-assertion-type:jwt-bearer") |
|
- 著者
- Javier Rojas Blum Date: 04.13.2012
◆ ClientAssertionType()
org.xdi.oxauth.model.token.ClientAssertionType.ClientAssertionType |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: ClientAssertionType.java:16
◆ fromString()
static ClientAssertionType org.xdi.oxauth.model.token.ClientAssertionType.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding ClientAssertionType for a parameter client_assertion_type.
- 引数
-
param | The client_assertion_type parameter. |
- 戻り値
- The corresponding token type if found, otherwise
null
.
32 if (param.equals(cat.paramName)) {
ClientAssertionType(String paramName)
Definition: ClientAssertionType.java:18
◆ toString()
String org.xdi.oxauth.model.token.ClientAssertionType.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name for the client_assertionType parameter.
- 戻り値
- The string representation of the object.
final String paramName
Definition: ClientAssertionType.java:16
◆ JWT_BEARER
org.xdi.oxauth.model.token.ClientAssertionType.JWT_BEARER =("urn:ietf:params:oauth:client-assertion-type:jwt-bearer") |
◆ paramName
final String org.xdi.oxauth.model.token.ClientAssertionType.paramName |
|
private |
次のファイルからこの列挙についての詳解を抽出しました: