|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuardManager
This interface defines methods to manage different guard modules
Method Summary | |
---|---|
java.util.Vector |
getAllRepositoryManagers()
Get all Repository Manager objects contained in this guard. |
HistoryMonitor |
getGuardLogManager()
Get the manager for the event log contained in the guard. |
PolicyDBManager |
getPolicyDBManager()
Get the manager for the policy database contained in the guard. |
GuardRepositoryManager |
getRepositoryManager(java.lang.String repType)
Get the repository manager object for the given type of repository |
void |
removeAllRepositoryManagers()
Remove all Repository Manager objects contained in this guard. |
GuardRepositoryManager |
removeRepositoryManager(java.lang.String repType)
Remove from this guard the repository manager object for the given type of repository |
void |
setRepositoryManager(java.lang.String repType,
GuardRepositoryManager repManager)
Set the repository manager object for the given type of repository |
Method Detail |
---|
GuardRepositoryManager getRepositoryManager(java.lang.String repType)
repType
- A String indicating the type of repository.
GuardRepositoryManager removeRepositoryManager(java.lang.String repType)
repType
- A String indicating the type of repository.
void setRepositoryManager(java.lang.String repType, GuardRepositoryManager repManager)
repType
- A String indicating the type of repository.repManager
- The RepositoryManager object to be set for
the given type.java.util.Vector getAllRepositoryManagers()
void removeAllRepositoryManagers()
PolicyDBManager getPolicyDBManager()
HistoryMonitor getGuardLogManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |