Class FidoService
- java.lang.Object
-
- org.exoplatform.addons.fido.services.api.FidoService
-
- All Implemented Interfaces:
org.exoplatform.mfa.api.MfaSystemService
public class FidoService extends Object implements org.exoplatform.mfa.api.MfaSystemService
-
-
Constructor Summary
Constructors Constructor Description FidoService(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.services.resources.ResourceBundleService resourceBundleService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConnector(FidoConnector fidoConnector)org.json.JSONObjectfinishAuthentication(String userId, org.json.JSONObject data)org.json.JSONObjectfinishRegistration(String userId, org.json.JSONObject data)StringgetHelpContent(Locale locale)StringgetHelpTitle(Locale locale)StringgetType()org.json.JSONObjectstartAuthentication(String userId, String rpHostName)org.json.JSONObjectstartRegistration(String userId, String rpHostName)
-
-
-
Field Detail
-
TYPE
public static String TYPE
-
-
Method Detail
-
addConnector
public void addConnector(FidoConnector fidoConnector)
-
finishRegistration
public org.json.JSONObject finishRegistration(String userId, org.json.JSONObject data)
-
startAuthentication
public org.json.JSONObject startAuthentication(String userId, String rpHostName)
-
finishAuthentication
public org.json.JSONObject finishAuthentication(String userId, org.json.JSONObject data)
-
getType
public String getType()
- Specified by:
getTypein interfaceorg.exoplatform.mfa.api.MfaSystemService
-
getHelpTitle
public String getHelpTitle(Locale locale)
- Specified by:
getHelpTitlein interfaceorg.exoplatform.mfa.api.MfaSystemService
-
-