Package | Description |
---|---|
org.apache.fulcrum.security | |
org.apache.fulcrum.security.model.basic | |
org.apache.fulcrum.security.model.dynamic | |
org.apache.fulcrum.security.model.turbine |
Modifier and Type | Field and Description |
---|---|
protected ModelManager |
BaseSecurityService.modelManager
The instance of ModelManager the SecurityService uses
|
Modifier and Type | Method and Description |
---|---|
ModelManager |
SecurityService.getModelManager()
Returns the configured ModelManager object that can then be casted to the
specific model.
|
ModelManager |
BaseSecurityService.getModelManager()
Returns the configured ModelManager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicModelManager
Describes all the relationships between entities in the "Basic" model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicModelManager
Describes all the relationships between entities in the "Dynamic" model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDynamicModelManager
Holds shared functionality between different implementations of
DyanamicModelManager's.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TurbineModelManager
Describes all the relationships between entities in the "Turbine" model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTurbineModelManager
Holds shared functionality between different implementations of
TurbineModelManager's.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.