|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.config.BeanConfig
org.apache.jackrabbit.core.config.LoginModuleConfig
public class LoginModuleConfig
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.
RepositoryConfig.getLoginModuleConfig()| Field Summary | |
|---|---|
static String |
PARAM_ADMIN_ID
UserId of the administrator. |
static String |
PARAM_ANONYMOUS_ID
UserId of the anonymous user. |
static String |
PARAM_PRINCIPAL_PROVIDER_CLASS
Property-Key for the fully qualified class name of the implementation of PrincipalProvider
to be used with the LoginModule. |
| 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 |
|---|
getClassLoader, getClassName, getDefaultClassLoader, getParameters, newInstance, setClassLoader, setConnectionFactory, setDefaultClassLoader, setValidate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PARAM_ANONYMOUS_ID
public static final String PARAM_ADMIN_ID
public static final String PARAM_PRINCIPAL_PROVIDER_CLASS
PrincipalProvider
to be used with the LoginModule.
| Constructor Detail |
|---|
public LoginModuleConfig(BeanConfig config)
config - bean configuration| Method Detail |
|---|
public LoginModule getLoginModule()
throws ConfigurationException
ConfigurationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||