gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService インタフェース
org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService 連携図
Collaboration graph

公開メンバ関数

AuthenticateRequestMessage startAuthentication (@QueryParam("username") String userName, @QueryParam("keyhandle") String keyHandle, @QueryParam("application") String appId, @QueryParam("session_id") String sessionId)
 
AuthenticateStatus finishAuthentication (@FormParam("username") String userName, @FormParam("tokenResponse") String authenticateResponseString)
 

詳解

The endpoint allows to start and finish U2F authentication process

著者
Yuriy Movchan
バージョン
August 9, 2017

関数詳解

◆ finishAuthentication()

AuthenticateStatus org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService.finishAuthentication ( @FormParam("username") String  userName,
@FormParam("tokenResponse") String  authenticateResponseString 
)

◆ startAuthentication()

AuthenticateRequestMessage org.xdi.oxauth.client.fido.u2f.AuthenticationRequestService.startAuthentication ( @QueryParam("username") String  userName,
@QueryParam("keyhandle") String  keyHandle,
@QueryParam("application") String  appId,
@QueryParam("session_id") String  sessionId 
)

このインタフェース詳解は次のファイルから抽出されました: