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