com.bea.ales.management
Class RBAC_Manager

java.lang.Object
  |
  +--com.bea.ales.management.RBAC_Manager

public class RBAC_Manager
extends java.lang.Object

This class manages the management API context.


Constructor Summary
RBAC_Manager(java.net.URL blmUrl, java.lang.String userName, java.lang.String password)
          Construct a RBAC manager.
 
Method Summary
 RBAC_Context createContext()
          create management API context.
 void destroyContext(RBAC_Context ctx)
          Destroy the management API context.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBAC_Manager

public RBAC_Manager(java.net.URL blmUrl,
                    java.lang.String userName,
                    java.lang.String password)
Construct a RBAC manager.

Parameters:
blmUrl - URL of ALES administration server, for example:https://hostname:port
userName -  
password -  
Method Detail

createContext

public RBAC_Context createContext()
                           throws ManagementException
create management API context.

Throws:
ManagementException - if the operation fails.

destroyContext

public void destroyContext(RBAC_Context ctx)
                    throws ManagementException
Destroy the management API context. If the context is no longer in use, call this method to destroy it.

Parameters:
ctx - the context to be destroyed.
Throws:
ManagementException - if the operation fails.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.