public class KerberosConfigDataFileWriterFactory extends Object
| Constructor and Description |
|---|
KerberosConfigDataFileWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
KerberosConfigDataFileWriter |
createKerberosConfigDataFileWriter(File file)
Creates a new KerberosConfigDataFileWriter
The file is opened upon creation, so there is no need to manually open it unless manually
closed before using.
|
public KerberosConfigDataFileWriter createKerberosConfigDataFileWriter(File file) throws IOException
file - a File declaring where to write the dataIOException - if an error occurs while accessing the fileCopyright © 2022 Apache Software Foundation. All rights reserved.