BEA Systems, Inc.


weblogic.management.security.authorization
Interface DeployableRoleMapperMBean

All Known Subinterfaces:
DefaultRoleMapperMBean

public interface DeployableRoleMapperMBean
extends weblogic.management.commo.StandardInterface, RoleMapperMBean

The SSPI MBean that must be extended by Role Mapping providers that can store roles created while deploying a Web application or EJB.


Method Summary
 boolean isRoleDeploymentEnabled()
          Indicates whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB.
 void setRoleDeploymentEnabled(boolean newValue)
          Indicates whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB.
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getDescription, getProviderClassName, getRealm, getVersion, setRealm
 

Method Detail

isRoleDeploymentEnabled

public boolean isRoleDeploymentEnabled()
Indicates whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB.

Default Value: new java.lang.Boolean(true)

setRoleDeploymentEnabled

public void setRoleDeploymentEnabled(boolean newValue)
                              throws javax.management.InvalidAttributeValueException
Indicates whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB.

Parameters:
newValue - - new value for attribute RoleDeploymentEnabled
Throws:
javax.management.InvalidAttributeValueException -  

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference