public class ISArchiveVerify extends Object
Constructor and Description |
---|
ISArchiveVerify() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main method for the class.
|
boolean |
verifyArchive(String logName,
String path,
String uname,
String passwd)
Verifies the complete archive including the current set and all
the previous sets for the specified log.
|
public static void main(String[] args) throws Exception
args
- Exception
- if it fails to processing verification.public boolean verifyArchive(String logName, String path, String uname, String passwd) throws Exception
logName
- the name of the log for which the complete Archive is
to be verified.path
- Fully quallified path name for log fileuname
- userv name for logger userpasswd
- Password for logger userException
- if it fails to verify the archive.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.