Uses of Interface
org.apache.karaf.jaas.config.KeystoreInstance

Packages that use KeystoreInstance
org.apache.karaf.jaas.config   
org.apache.karaf.jaas.config.impl   
 

Uses of KeystoreInstance in org.apache.karaf.jaas.config
 

Methods in org.apache.karaf.jaas.config that return KeystoreInstance
 KeystoreInstance KeystoreManager.getKeystore(java.lang.String name)
           
 

Uses of KeystoreInstance in org.apache.karaf.jaas.config.impl
 

Classes in org.apache.karaf.jaas.config.impl that implement KeystoreInstance
 class ResourceKeystoreInstance
           
 

Methods in org.apache.karaf.jaas.config.impl that return KeystoreInstance
 KeystoreInstance OsgiKeystoreManager.getKeystore(java.lang.String name)
           
 

Methods in org.apache.karaf.jaas.config.impl with parameters of type KeystoreInstance
 void OsgiKeystoreManager.register(KeystoreInstance keystore, java.util.Map<java.lang.String,?> properties)
           
 void OsgiKeystoreManager.unregister(KeystoreInstance keystore, java.util.Map<java.lang.String,?> properties)
           
 



Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.