| Package | Description |
|---|---|
| org.mmbase.module.core |
The core classes for MMBase.
|
| org.mmbase.security |
The security infrastructure of MMBase.
|
| org.mmbase.security.implementation.context |
| Modifier and Type | Method and Description |
|---|---|
MMBaseCop |
MMBase.getMMBaseCop()
Retrieves the loaded security manager(MMBaseCop).
|
| Modifier and Type | Field and Description |
|---|---|
protected MMBaseCop |
Configurable.manager
The SecurityManager, which created this instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.load(MMBaseCop manager,
ResourceWatcher configWatcher,
String configPath)
The method which initialized an instance of this class.
|
| Constructor and Description |
|---|
MMBaseCopConfig(MMBaseCop mmbaseCop)
The constructor, will load the classes for authorization and authentication
with their config files, as specied in the xml from configUrl
|
| Modifier and Type | Field and Description |
|---|---|
protected MMBaseCop |
ContextUserContext.manager
The SecurityManager, who (eventually) created this instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContextLoginModule.load(Document document,
long validKey,
String name,
MMBaseCop manager) |
| Constructor and Description |
|---|
ContextUserContext(String username,
Rank rank,
long key,
MMBaseCop manager,
String app) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}