public class PamAuthenticator
extends org.eclipse.jetty.security.authentication.LoginAuthenticator
| Constructor and Description |
|---|
PamAuthenticator(HiveConf conf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthMethod() |
protected org.eclipse.jetty.server.UserIdentity |
login(String username,
String password) |
boolean |
secureResponse(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
boolean b,
org.eclipse.jetty.server.Authentication.User user) |
org.eclipse.jetty.server.Authentication |
validateRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory) |
public PamAuthenticator(HiveConf conf) throws AuthenticationException
AuthenticationExceptionpublic String getAuthMethod()
public org.eclipse.jetty.server.Authentication validateRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory)
throws org.eclipse.jetty.security.ServerAuthException
org.eclipse.jetty.security.ServerAuthExceptionprotected org.eclipse.jetty.server.UserIdentity login(String username, String password) throws AuthenticationException
AuthenticationExceptionpublic boolean secureResponse(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
boolean b,
org.eclipse.jetty.server.Authentication.User user)
throws org.eclipse.jetty.security.ServerAuthException
org.eclipse.jetty.security.ServerAuthExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.