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