uCosminexus Application Server, Security Management Guide
class WebPasswordHandler
{
public WebPasswordHandler(HttpServletRequest request,
HttpServletResponse response,
AttributeEntry [] aliases,
String url,
boolean urlforward)
throws FormatError, ParameterError;
public WebPasswordHandler(HttpServletRequest request,
HttpServletResponse response,
String aliasesFile,
String url,
boolean urlforward)
throws IOException, SecurityException, FormatError,
ParameterError;
public void handle(Callback[] callbacks)
throws IOException, UnsupportedCallbackException;
}| Constructor/method name | Functionality |
|---|---|
| WebPasswordHandler constructor | Creates an instance of the WebPasswordHandler class. |
| handle method | Obtains authentication information. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd