|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticdesktop.aperture.security.trustmanager.impl.TrustManagerRegistryImpl
public class TrustManagerRegistryImpl
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 |
|---|
public TrustManagerRegistryImpl()
| Method Detail |
|---|
public void add(TrustManagerFactory factory)
TrustManagerRegistry
add in interface TrustManagerRegistrypublic void remove(TrustManagerFactory factory)
TrustManagerRegistry
remove in interface TrustManagerRegistrypublic Set getAll()
TrustManagerRegistry
getAll in interface TrustManagerRegistry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||