public interface SecureStoreWriter
SecureStoreRenewer
for writing out SecureStore
during renewal process.Modifier and Type | Method and Description |
---|---|
void |
write(SecureStore secureStore)
Writes the given
SecureStore . |
void write(SecureStore secureStore) throws IOException
SecureStore
.secureStore
- the SecureStore
to persistIOException
- if failed to write out the SecureStore
Copyright © 2013-2020 The Apache Software Foundation. All rights reserved.