org.semanticdesktop.aperture.security.trustdecider.impl
Class TrustDeciderRegistryImpl

java.lang.Object
  extended by org.semanticdesktop.aperture.security.trustdecider.impl.TrustDeciderRegistryImpl
All Implemented Interfaces:
TrustDeciderRegistry

public class TrustDeciderRegistryImpl
extends Object
implements TrustDeciderRegistry

A trivial default implementation of the TrustDeciderFactory interface.


Constructor Summary
TrustDeciderRegistryImpl()
           
 
Method Summary
 void add(TrustDeciderFactory factory)
          Adds a TrustDeciderFactory.
 Set getAll()
          Returns all registered TrustDeciderFactories.
 void remove(TrustDeciderFactory factory)
          Removes a TrustDeciderFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustDeciderRegistryImpl

public TrustDeciderRegistryImpl()
Method Detail

add

public void add(TrustDeciderFactory factory)
Description copied from interface: TrustDeciderRegistry
Adds a TrustDeciderFactory.

Specified by:
add in interface TrustDeciderRegistry

remove

public void remove(TrustDeciderFactory factory)
Description copied from interface: TrustDeciderRegistry
Removes a TrustDeciderFactory.

Specified by:
remove in interface TrustDeciderRegistry

getAll

public Set getAll()
Description copied from interface: TrustDeciderRegistry
Returns all registered TrustDeciderFactories.

Specified by:
getAll in interface TrustDeciderRegistry
Returns:
A set of TrustDeciderFactory instances.


Copyright © 2010 Aperture Development Team. All Rights Reserved.