org.eclipse.higgins.registry
Class SecurityRegistryExtension

java.lang.Object
  extended by org.eclipse.higgins.registry.SecurityRegistryExtension
Type Parameters:
E - the service provider type to search for
All Implemented Interfaces:
IRegistryExtension

public class SecurityRegistryExtension
extends Object
implements IRegistryExtension

This implementation of IRegistryExtension uses Security mechanism to lookup for available service providers.

See Also:
IRegistryExtension, Security

Constructor Summary
SecurityRegistryExtension(Class type)
           
 
Method Summary
 Iterator getServiceProviders()
          Searches for implementations of a particular service provider type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRegistryExtension

public SecurityRegistryExtension(Class type)
Method Detail

getServiceProviders

public Iterator getServiceProviders()
Description copied from interface: IRegistryExtension
Searches for implementations of a particular service provider type. Instantiates and returns all available service providers of appropriate type E>.

Specified by:
getServiceProviders in interface IRegistryExtension
Returns:
an Iterator set of IServiceProviders