org.openmdx.security.auth.servlet.simple
Class SimpleAuthenticationHandler

java.lang.Object
  extended by org.openmdx.security.auth.servlet.spi.AbstractHandler
      extended by org.openmdx.security.auth.servlet.spi.AbstractAuthenticationHandler
          extended by org.openmdx.security.auth.servlet.simple.SimpleAuthenticationHandler
All Implemented Interfaces:
ServletConfig, Invalidator, HttpAuthenticationHandler, HttpHandler

public class SimpleAuthenticationHandler
extends AbstractAuthenticationHandler

Standard HTTP Authentication Handler


Constructor Summary
SimpleAuthenticationHandler()
           
 
Method Summary
protected  Map getSharedOptions()
          Retrieve the shared options
 
Methods inherited from class org.openmdx.security.auth.servlet.spi.AbstractAuthenticationHandler
applicationNameDefault, callbackTimeoutDefault, destroy, getAuthentication, getCorrelationId, idleTimeoutDefault, init, initialCapacityDefault, invalidateObject, isLenient, lenientDefault, loginConfigurationDefault, maximumCapacityDefault, maximumWaitDefault, returnAuthentication
 
Methods inherited from class org.openmdx.security.auth.servlet.spi.AbstractHandler
debugDefault, endBody, endDocument, endHead, getInitParameter, getInitParameter, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getServletContext, getServletName, init, isDebug, log, log, startBody, startDocument, startHead, writeEncoded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler
init
 

Constructor Detail

SimpleAuthenticationHandler

public SimpleAuthenticationHandler()
Method Detail

getSharedOptions

protected Map getSharedOptions()
                        throws ServletException
Retrieve the shared options

Specified by:
getSharedOptions in class AbstractAuthenticationHandler
Returns:
a Map containing the default options shared by all LoginModules
Throws:
ServletException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.