Uses of Interface
org.apache.karaf.jaas.config.KeystoreInstance
-
Packages that use KeystoreInstance Package Description 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 Modifier and Type Method Description KeystoreInstanceKeystoreManager. getKeystore(String name) -
Uses of KeystoreInstance in org.apache.karaf.jaas.config.impl
Classes in org.apache.karaf.jaas.config.impl that implement KeystoreInstance Modifier and Type Class Description classResourceKeystoreInstanceMethods in org.apache.karaf.jaas.config.impl that return KeystoreInstance Modifier and Type Method Description KeystoreInstanceOsgiKeystoreManager. getKeystore(String name)Methods in org.apache.karaf.jaas.config.impl with parameters of type KeystoreInstance Modifier and Type Method Description voidOsgiKeystoreManager. register(KeystoreInstance keystore, Map<String,?> properties)voidOsgiKeystoreManager. unregister(KeystoreInstance keystore, Map<String,?> properties)
-