org.eclipse.higgins.registry
Class SecurityRegistryExtension
java.lang.Object
org.eclipse.higgins.registry.SecurityRegistryExtension
- 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
SecurityRegistryExtension
public SecurityRegistryExtension(Class type)
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