Class GluuFido2Connector
- java.lang.Object
-
- org.exoplatform.addons.fido.services.api.FidoConnector
-
- org.exoplatform.addons.fido.services.impl.GluuFido2Connector
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class GluuFido2Connector extends FidoConnector
-
-
Constructor Summary
Constructors Constructor Description GluuFido2Connector(org.exoplatform.container.xml.InitParams initParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectfinishAuthentication(String userId, org.json.JSONObject data)org.json.JSONObjectfinishRegistration(String userId, org.json.JSONObject data)org.json.JSONObjectstartAuthentication(String userId, String rpHostName)org.json.JSONObjectstartRegistration(String userId, String rpHostName)-
Methods inherited from class org.exoplatform.addons.fido.services.api.FidoConnector
getDescription, getName, setDescription, setName
-
-
-
-
Method Detail
-
startRegistration
public org.json.JSONObject startRegistration(String userId, String rpHostName)
- Overrides:
startRegistrationin classFidoConnector
-
finishRegistration
public org.json.JSONObject finishRegistration(String userId, org.json.JSONObject data)
- Overrides:
finishRegistrationin classFidoConnector
-
startAuthentication
public org.json.JSONObject startAuthentication(String userId, String rpHostName)
- Overrides:
startAuthenticationin classFidoConnector
-
finishAuthentication
public org.json.JSONObject finishAuthentication(String userId, org.json.JSONObject data)
- Overrides:
finishAuthenticationin classFidoConnector
-
-