- 著者
- Javier Rojas Blum Date: 01.12.2012
◆ ApplicationType()
org.xdi.oxauth.model.register.ApplicationType.ApplicationType |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: ApplicationType.java:30
◆ fromString()
static ApplicationType org.xdi.oxauth.model.register.ApplicationType.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding ApplicationType from a given string. The default if not specified is web.
- 引数
-
param | The string value to convert. |
- 戻り値
- The corresponding ApplicationType, otherwise
null
.
46 if (param.equals(at.paramName)) {
WEB
Definition: ApplicationType.java:28
ApplicationType(String paramName)
Definition: ApplicationType.java:32
◆ toString()
String org.xdi.oxauth.model.register.ApplicationType.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name.
- 戻り値
- The string representation of the object.
final String paramName
Definition: ApplicationType.java:30
◆ NATIVE
org.xdi.oxauth.model.register.ApplicationType.NATIVE =("native") |
Clients incapable of maintaining the confidentiality of their credentials (e.g. clients executing on the resource owner's device such as an installed native application or a web browser-based application), and incapable of secure client authentication via any other mean.
◆ paramName
final String org.xdi.oxauth.model.register.ApplicationType.paramName |
|
private |
◆ WEB
org.xdi.oxauth.model.register.ApplicationType.WEB =("web") |
Clients capable of maintaining the confidentiality of their credentials (e.g. client implemented on a secure server with restricted access to the client credentials), or capable of secure client authentication using other means.
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/register/ApplicationType.java