Class OIDCService
- java.lang.Object
-
- org.exoplatform.addons.oidc.services.OIDCService
-
- All Implemented Interfaces:
org.exoplatform.mfa.api.MfaSystemService
public class OIDCService extends Object implements org.exoplatform.mfa.api.MfaSystemService
-
-
Constructor Summary
Constructors Constructor Description OIDCService(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 StringgetClientId()StringgetHelpContent(Locale locale)StringgetHelpTitle(Locale locale)StringgetOidcServer()StringgetRedirectUri()StringgetType()InstantvalidateToken(String user, String token, String nonce, String issuer, String clientId)
-
-
-
Method Detail
-
getClientId
public String getClientId()
-
getOidcServer
public String getOidcServer()
-
getRedirectUri
public String getRedirectUri()
-
validateToken
public Instant validateToken(String user, String token, String nonce, String issuer, String clientId)
-
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
-
-