org.semanticdesktop.aperture.security.trustmanager.impl
Class TrustManagerRegistryImpl

java.lang.Object
  extended by org.semanticdesktop.aperture.security.trustmanager.impl.TrustManagerRegistryImpl
All Implemented Interfaces:
TrustManagerRegistry

public class TrustManagerRegistryImpl
extends Object
implements TrustManagerRegistry

A trivial default implementation of the TrustManagerRegistry interface.


Constructor Summary
TrustManagerRegistryImpl()
           
 
Method Summary
 void add(TrustManagerFactory factory)
          Add a TrustManagerFactory to this TrustManagerRegistry.
 Set getAll()
          Returns all registered TrustManagerFactories.
 void remove(TrustManagerFactory factory)
          Remove a TrustManagerFactory from this TrustManagerRegistry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustManagerRegistryImpl

public TrustManagerRegistryImpl()
Method Detail

add

public void add(TrustManagerFactory factory)
Description copied from interface: TrustManagerRegistry
Add a TrustManagerFactory to this TrustManagerRegistry.

Specified by:
add in interface TrustManagerRegistry

remove

public void remove(TrustManagerFactory factory)
Description copied from interface: TrustManagerRegistry
Remove a TrustManagerFactory from this TrustManagerRegistry.

Specified by:
remove in interface TrustManagerRegistry

getAll

public Set getAll()
Description copied from interface: TrustManagerRegistry
Returns all registered TrustManagerFactories.

Specified by:
getAll in interface TrustManagerRegistry
Returns:
A Set of TrustManagerFactory instances.


Copyright © 2010 Aperture Development Team. All Rights Reserved.