BEA Systems, Inc.

weblogic.security.spi
Interface RoleConsumerFactory


public interface RoleConsumerFactory

A role provider that wishes to consume role policy implements the RoleConsumerFactory interface so that an instance of a RoleConsumer is availble to the WebLogic Security Framework.


Method Summary
 RoleConsumer getRoleConsumer()
          Obtain the implementation of the RoleConsumer security service provider interface (SSPI).
 

Method Detail

getRoleConsumer

RoleConsumer getRoleConsumer()
Obtain the implementation of the RoleConsumer security service provider interface (SSPI).

Returns:
a RoleConsumer SSPI implementation.


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