org.apache.jackrabbit.core.config
Class LoginModuleConfig

java.lang.Object
  extended byorg.apache.jackrabbit.core.config.BeanConfig
      extended byorg.apache.jackrabbit.core.config.LoginModuleConfig

public class LoginModuleConfig
extends BeanConfig

LoginModule configuration. This bean configuration class is used to create login module objects.

Login module is an optional configuration that allows to use JackRabbit in a non-JAAS environment.

See Also:
RepositoryConfig.getLoginModuleConfig()

Constructor Summary
LoginModuleConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
 
Method Summary
 LoginModule getLoginModule()
           
 
Methods inherited from class org.apache.jackrabbit.core.config.BeanConfig
getClassName, getParameters, newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginModuleConfig

public LoginModuleConfig(BeanConfig config)
Creates an access manager configuration object from the given bean configuration.

Parameters:
config - bean configuration
Method Detail

getLoginModule

public LoginModule getLoginModule()
                           throws ConfigurationException
Throws:
ConfigurationException


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.