Uses of Class
tigase.io.repo.CertificateItem
Packages that use CertificateItem
-
Uses of CertificateItem in tigase.io
Classes in tigase.io that implement interfaces with type arguments of type CertificateItemModifier and TypeClassDescriptionclassClass used to keep SSL certificates loaded in memory.Methods in tigase.io with parameters of type CertificateItemModifier and TypeMethodDescriptionvoidCertificateContainer.itemAdded(CertificateItem item) voidCertificateContainer.itemRemoved(CertificateItem item) voidCertificateContainer.itemUpdated(CertificateItem item) -
Uses of CertificateItem in tigase.io.repo
Subclasses with type arguments of type CertificateItem in tigase.io.repoMethods in tigase.io.repo that return CertificateItemMethods in tigase.io.repo with parameters of type CertificateItemModifier and TypeMethodDescriptionvoidCertificateRepository.addItem(CertificateItem item) booleanCertificateRepository.itemChanged(CertificateItem oldItem, CertificateItem newItem) protected voidCertificateRepository.storeSingleItem(CertificateItem item)