org.apache.geronimo.security.jaas
Class GeronimoLoginConfiguration

java.lang.Object
  extended byjavax.security.auth.login.Configuration
      extended byorg.apache.geronimo.security.jaas.GeronimoLoginConfiguration
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle

public class GeronimoLoginConfiguration
extends Configuration
implements org.apache.geronimo.gbean.GBeanLifecycle

Version:
$Revision: 1.9 $ $Date: 2004/06/05 07:53:22 $

Constructor Summary
GeronimoLoginConfiguration()
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
 AppConfigurationEntry[] getAppConfigurationEntry(String name)
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 void refresh()
           
static void register(ConfigurationEntry entry)
           
static void unRegister(ConfigurationEntry entry)
           
 
Methods inherited from class javax.security.auth.login.Configuration
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoLoginConfiguration

public GeronimoLoginConfiguration()
Method Detail

getAppConfigurationEntry

public AppConfigurationEntry[] getAppConfigurationEntry(String name)

refresh

public void refresh()

register

public static void register(ConfigurationEntry entry)

unRegister

public static void unRegister(ConfigurationEntry entry)

doStart

public void doStart()
             throws org.apache.geronimo.gbean.WaitingException,
                    Exception
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
Exception

doStop

public void doStop()
            throws org.apache.geronimo.gbean.WaitingException,
                   Exception
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.geronimo.gbean.WaitingException
Exception

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.