public class OpenIdConnectAuthenticator extends Object implements SsoAuthenticator
| Constructor and Description |
|---|
OpenIdConnectAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAuthUrl(javax.servlet.http.HttpServletRequest request) |
org.lastaflute.web.login.credential.LoginCredential |
getLoginCredential() |
protected com.google.api.client.auth.oauth2.TokenResponse |
getTokenUrl(String code) |
protected void |
parseJwtClaim(String jwtClaim,
Map<String,Object> attributes) |
protected org.lastaflute.web.login.credential.LoginCredential |
processCallback(javax.servlet.http.HttpServletRequest request,
String code) |
public org.lastaflute.web.login.credential.LoginCredential getLoginCredential()
getLoginCredential in interface SsoAuthenticatorprotected String getAuthUrl(javax.servlet.http.HttpServletRequest request)
protected org.lastaflute.web.login.credential.LoginCredential processCallback(javax.servlet.http.HttpServletRequest request,
String code)
protected void parseJwtClaim(String jwtClaim, Map<String,Object> attributes) throws IOException
IOExceptionprotected com.google.api.client.auth.oauth2.TokenResponse getTokenUrl(String code) throws IOException
IOExceptionCopyright © 2009–2017 CodeLibs. All rights reserved.