public class EndpointsAuthenticator extends java.lang.Object implements Authenticator
| Constructor and Description |
|---|
EndpointsAuthenticator() |
EndpointsAuthenticator(GoogleJwtAuthenticator jwtAuthenticator,
com.google.api.server.spi.auth.GoogleAppEngineAuthenticator appEngineAuthenticator,
GoogleOAuth2Authenticator oauth2Authenticator) |
| Modifier and Type | Method and Description |
|---|---|
User |
authenticate(javax.servlet.http.HttpServletRequest request)
Authenticates the user from
request. |
public EndpointsAuthenticator()
public EndpointsAuthenticator(GoogleJwtAuthenticator jwtAuthenticator, com.google.api.server.spi.auth.GoogleAppEngineAuthenticator appEngineAuthenticator, GoogleOAuth2Authenticator oauth2Authenticator)
public User authenticate(javax.servlet.http.HttpServletRequest request)
Authenticatorrequest.authenticate in interface Authenticator