BEA Systems, Inc.

weblogic.security.spi
Interface BulkRoleProvider

All Superinterfaces:
RoleProvider, SecurityProvider

public interface BulkRoleProvider
extends RoleProvider

The BulkRoleProvider interface exposes the services provided by an bulk Role provider to the WebLogic Security Framework. This allows the bulk Role provider to be manipulated (initialized, started, stopped, and so on).


Method Summary
 BulkRoleMapper getBulkRoleMapper()
          Gets the implementation of the BulkRoleMapper security service provider interface (SSPI).
 
Methods inherited from interface weblogic.security.spi.RoleProvider
getRoleMapper
 
Methods inherited from interface weblogic.security.spi.SecurityProvider
getDescription, initialize, shutdown
 

Method Detail

getBulkRoleMapper

BulkRoleMapper getBulkRoleMapper()
Gets the implementation of the BulkRoleMapper security service provider interface (SSPI).

Returns:
the implementation of the BulkRoleMapper SSPI.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.