Uses of Class
org.bonitasoft.connectors.rest.model.Store
Packages that use Store
-
Uses of Store in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return StoreModifier and TypeMethodDescriptionSSL.getKeyStore()Key store value getter.SSL.getTrustStore()Trust store value getter.Methods in org.bonitasoft.connectors.rest.model with parameters of type StoreModifier and TypeMethodDescriptionvoidSSL.setKeyStore(Store keyStore) Keystore value setter.voidSSL.setTrustStore(Store trustStore) Truststore value setter.