public class KerberosIdentityDataFileWriterFactory extends Object
| Constructor and Description |
|---|
KerberosIdentityDataFileWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
KerberosIdentityDataFileWriter |
createKerberosIdentityDataFileWriter(File file)
Creates a new createKerberosIdentityDataFileWriter
The file is opened upon creation, so there is no need to manually open it unless manually
closed before using.
|
public KerberosIdentityDataFileWriterFactory()
public KerberosIdentityDataFileWriter createKerberosIdentityDataFileWriter(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.