Uses of Class
com.sic.plugins.kpp.model.KPPKeychain
-
Packages that use KPPKeychain Package Description com.sic.plugins.kpp com.sic.plugins.kpp.model com.sic.plugins.kpp.provider -
-
Uses of KPPKeychain in com.sic.plugins.kpp
Methods in com.sic.plugins.kpp that return types with arguments of type KPPKeychain Modifier and Type Method Description List<KPPKeychain>
KPPManagementLink. getKeychains()
Get all keychains -
Uses of KPPKeychain in com.sic.plugins.kpp.model
Methods in com.sic.plugins.kpp.model that return KPPKeychain Modifier and Type Method Description static KPPKeychain
KPPKeychainCertificatePair. getKeychainFromString(String keychainString)
Get the keychain from a given string. -
Uses of KPPKeychain in com.sic.plugins.kpp.provider
Methods in com.sic.plugins.kpp.provider that return types with arguments of type KPPKeychain Modifier and Type Method Description static DescriptorExtensionList<KPPKeychain,Descriptor<KPPKeychain>>
KPPBaseKeychainsProvider. allKeychainDescriptors()
Get all the registeredKPPKeychain
descriptors.static DescriptorExtensionList<KPPKeychain,Descriptor<KPPKeychain>>
KPPBaseKeychainsProvider. allKeychainDescriptors()
Get all the registeredKPPKeychain
descriptors.List<KPPKeychain>
KPPBaseKeychainsProvider. getKeychains()
Get a list with all keychains.Method parameters in com.sic.plugins.kpp.provider with type arguments of type KPPKeychain Modifier and Type Method Description void
KPPBaseKeychainsProvider. updateKeychainsFromSave(List<KPPKeychain> keychainsFromSave)
Call this method to update keychains from save action.
-