- 著者
- Javier Rojas Blum
- バージョン
- June 15, 2016
◆ WebKeyStorage()
org.xdi.oxauth.model.common.WebKeyStorage.WebKeyStorage |
( |
String |
value | ) |
|
|
inlineprivate |
final String value
Definition: WebKeyStorage.java:20
◆ fromString()
static WebKeyStorage org.xdi.oxauth.model.common.WebKeyStorage.fromString |
( |
String |
string | ) |
|
|
inlinestatic |
33 if (v.getValue().equalsIgnoreCase(
string)) {
WebKeyStorage(String value)
Definition: WebKeyStorage.java:22
KEYSTORE
Definition: WebKeyStorage.java:17
◆ getValue()
String org.xdi.oxauth.model.common.WebKeyStorage.getValue |
( |
| ) |
|
|
inline |
final String value
Definition: WebKeyStorage.java:20
◆ toString()
String org.xdi.oxauth.model.common.WebKeyStorage.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name.
- 戻り値
- The string representation of the object.
final String value
Definition: WebKeyStorage.java:20
◆ KEYSTORE
org.xdi.oxauth.model.common.WebKeyStorage.KEYSTORE =("keystore") |
◆ PKCS11
org.xdi.oxauth.model.common.WebKeyStorage.PKCS11 =("pkcs11") |
◆ value
final String org.xdi.oxauth.model.common.WebKeyStorage.value |
|
private |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/common/WebKeyStorage.java