BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.security.authentication
Interface GroupRemoverMBean

All Known Subinterfaces:
DefaultAuthenticatorMBean, GroupEditorMBean

public interface GroupRemoverMBean
extends weblogic.management.commo.StandardInterface

Provides a method for removing groups. An Authentication provider MBean can optionally implement this MBean. The WebLogic Server Administration Console detects when an Authentication provider implements this MBean and automatically provides a tab for using these methods.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void removeGroup(java.lang.String groupName)
          Removes a group.
 
Methods inherited from interface weblogic.management.commo.StandardInterface
wls_getAttributeTag, wls_getConstructorTag, wls_getDisplayName, wls_getInterfaceClassName, wls_getMBeanTag, wls_getNotificationTag, wls_getObjectName, wls_getOperationTag, wls_instanceOf
 

Method Detail

removeGroup

public void removeGroup(java.lang.String groupName)
                 throws NotFoundException,
                        InvalidParameterException
Removes a group. If the group contains members, the members are not removed.

Parameters:
groupName - - The name of an existing group.
Throws:
NotFoundException -  
InvalidParameterException -  

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b