public class LoginAdmin extends MetacatAdmin
Modifier and Type | Method and Description |
---|---|
void |
authenticateUser(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle configuration of the Authentication properties
|
static LoginAdmin |
getInstance()
Get the single instance of LoginAdmin.
|
protected java.util.Vector<java.lang.String> |
validateOptions(javax.servlet.http.HttpServletRequest request)
Validate the most important configuration options submitted by the user.
|
public static LoginAdmin getInstance()
public void authenticateUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AdminException
request
- the http request informationresponse
- the http response to be sent back to the clientAdminException
protected java.util.Vector<java.lang.String> validateOptions(javax.servlet.http.HttpServletRequest request)
validateOptions
in class MetacatAdmin
Copyright © 2020 Regents of the University of California. All Rights Reserved.