Uses of Class
org.bonitasoft.connectors.rest.model.Store
-
Packages that use Store Package Description org.bonitasoft.connectors.rest.model -
-
Uses of Store in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return Store Modifier and Type Method Description StoreSSL. getKeyStore()Key store value getter.StoreSSL. getTrustStore()Trust store value getter.Methods in org.bonitasoft.connectors.rest.model with parameters of type Store Modifier and Type Method Description voidSSL. setKeyStore(Store keyStore)Keystore value setter.voidSSL. setTrustStore(Store trustStore)Truststore value setter.
-