Uses of Class
com.tremolosecurity.k8s.model.KeyStore
Packages that use KeyStore
-
Uses of KeyStore in com.tremolosecurity.k8s.model
Methods in com.tremolosecurity.k8s.model that return KeyStoreModifier and TypeMethodDescriptionOpenUnisonCRD.getKeyStore()KeyStore.withKeyPairs(KeyPairs keyPairs) KeyStore.withStaticKeys(List<StaticKey> staticKeys) KeyStore.withTrustedCertificates(List<TrustedCertificate> trustedCertificates) KeyStore.withUpdateController(UpdateController updateController) Methods in com.tremolosecurity.k8s.model with parameters of type KeyStoreModifier and TypeMethodDescriptionvoidOpenUnisonCRD.setKeyStore(KeyStore keyStore) OpenUnisonCRD.withKeyStore(KeyStore keyStore) Constructors in com.tremolosecurity.k8s.model with parameters of type KeyStoreModifierConstructorDescriptionOpenUnisonCRD(String image, long replicas, boolean enableActivemq, String activemqImage, String destSecret, String sourceSecret, List<String> secretData, Openshift openshift, List<Host> hosts, List<NonSecretDatum> nonSecretData, OpenunisonNetworkConfiguration openunisonNetworkConfiguration, List<SamlRemoteIdp> samlRemoteIdp, String runSql, KeyStore keyStore)