public class GoogleJwtAuthenticator extends java.lang.Object implements Authenticator
| Constructor and Description |
|---|
GoogleJwtAuthenticator() |
GoogleJwtAuthenticator(com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier verifier) |
| Modifier and Type | Method and Description |
|---|---|
User |
authenticate(javax.servlet.http.HttpServletRequest request)
Authenticates the user from
request. |
public GoogleJwtAuthenticator()
public GoogleJwtAuthenticator(com.google.api.client.googleapis.auth.oauth2.GoogleIdTokenVerifier verifier)
public User authenticate(javax.servlet.http.HttpServletRequest request)
Authenticatorrequest.authenticate in interface Authenticator