|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wles.blm.BLMContextManager
Represents a single BLM session for a administrative user.
Use the BLMManager
class to obtain a reference to a
BLMContextManager
. To terminate the session call the
destroyContext
method.
BLMManager
Method Summary | |
void |
clearApplicationContext()
Clear the application context. |
void |
destroyContext()
Terminates this session to the BLM. |
BLMApplicationManager |
getApplicationManager()
Obtains an instance of the BLMApplicationManager . |
BLMDeclarationManager |
getDeclarationManager()
Obtains an instance of the BLMDeclarationManager . |
BLMDirectoryManager |
getDirectoryManager()
Obtains an instance of the BLMDirectoryManager . |
BLMLocalSubjectGroupManager |
getLocalSubjectGroupManager()
Obtains an instance of the BLMLocalSubjectGroupManager . |
BLMLocalUserManager |
getLocalUserManager()
Obtains an instance of the BLMLocalUserManager . |
BLMPolicyDistributor |
getPolicyDistributor()
Obtains an instance of the BLMPolicyDistributor . |
BLMPrivgrpManager |
getPrivgrpManager()
Obtains an instance of the BLMPrivgrpManager . |
BLMPrivilegeManager |
getPrivilegeManager()
Obtains an instance of the BLMPrivilegeManager . |
BLMRoleManager |
getRoleManager()
Obtains an instance of the BLMRoleManager . |
BLMRuleManager |
getRuleManager()
Obtains an instance of the BLMRuleManager . |
SCMManager |
getSCMManager()
Returns the instance of the SCMConfigurationManager . |
SSMConfigurationManager |
getSSMConfigurationManager()
Returns the instance of the BLMConfigurationManager . |
void |
setApplicationContext(java.util.Hashtable appCtx)
Sets the application context in the BLM. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clearApplicationContext() throws BLMException
BLMException
public void destroyContext() throws BLMException
BLMException
public BLMApplicationManager getApplicationManager() throws BLMException
BLMApplicationManager
.
BLMException
public BLMDeclarationManager getDeclarationManager() throws BLMException
BLMDeclarationManager
.
BLMException
public BLMDirectoryManager getDirectoryManager() throws BLMException
BLMDirectoryManager
.
BLMException
public BLMLocalSubjectGroupManager getLocalSubjectGroupManager() throws BLMException
BLMLocalSubjectGroupManager
.
BLMException
public BLMLocalUserManager getLocalUserManager() throws BLMException
BLMLocalUserManager
.
BLMException
public BLMPolicyDistributor getPolicyDistributor() throws BLMException
BLMPolicyDistributor
.
BLMException
public BLMPrivgrpManager getPrivgrpManager() throws BLMException
BLMPrivgrpManager
.
BLMException
public BLMPrivilegeManager getPrivilegeManager() throws BLMException
BLMPrivilegeManager
.
BLMException
public BLMRoleManager getRoleManager() throws BLMException
BLMRoleManager
.
BLMException
public BLMRuleManager getRuleManager() throws BLMException
BLMRuleManager
.
BLMException
public SCMManager getSCMManager() throws BLMException
SCMConfigurationManager
.
BLMException
public SSMConfigurationManager getSSMConfigurationManager() throws BLMException
BLMConfigurationManager
.
BLMException
public void setApplicationContext(java.util.Hashtable appCtx) throws BLMException
appCtx
- Hashtable of name=value pars
BLMException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |