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()

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
 

Method Detail

getLoginModule

public LoginModule getLoginModule()
                           throws ConfigurationException
Throws:
ConfigurationException


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