◆ getEntity()
String org.gluu.credmanager.plugins.authnmethod.rs.status.otp.ValidateCode.getEntity |
( |
| ) |
|
|
inlineprivate |
25 return Utils.jsonFromObject(Collections.singletonMap(
"code", toString()));
◆ getResponse()
Response org.gluu.credmanager.plugins.authnmethod.rs.status.otp.ValidateCode.getResponse |
( |
| ) |
|
|
inline |
30 Response.Status httpStatus;
33 httpStatus = BAD_REQUEST;
37 return Response.status(httpStatus).entity(
getEntity()).build();
String getEntity()
Definition: ValidateCode.java:24
MISSING_PARAMS
Definition: ValidateCode.java:20
◆ MISSING_PARAMS
org.gluu.credmanager.plugins.authnmethod.rs.status.otp.ValidateCode.MISSING_PARAMS |
◆ NO_MATCH
org.gluu.credmanager.plugins.authnmethod.rs.status.otp.ValidateCode.NO_MATCH |
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/cred-manager/app/src/main/java/org/gluu/credmanager/plugins/authnmethod/rs/status/otp/ValidateCode.java