com.google.api.server.spi.config
Interface Authenticator
- 
 
 public interface AuthenticatorInterface for Endpoints authenticators. To create a custom authenticator, implement and assign your authenticator class in theauthenticatorconfiguration property.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method and Description Userauthenticate(HttpServletRequest request)Authenticates the user fromrequest.
 
-