Package net.sf.michaelo.tomcat.pac
Class Krb5AuthzDataDumpPrinter
- java.lang.Object
-
- net.sf.michaelo.tomcat.pac.Krb5AuthzDataDumpPrinter
-
public class Krb5AuthzDataDumpPrinter extends Object
A KerberosAuthorizationDatadump printer produced byKrb5AuthzDataDumpingActiveDirectoryRealm.This class can be called via its main method, it supports the following optional parameters:
- output format
--formatlisting(default) orsql, - verify the PAC server signature with the
PrivateSunPacSignatureVerifierand a login context--verify-signature{loginEntryName}, The configuration of the login entry must be identical to the one fromGSSAuthenticatorBase.getLoginEntryName()
- dump file/directory
path...: either a file or a directory containing dumps.
The
sqlformat output can be used to import the data into a SQLite database for later analysis. - output format
-
-
Constructor Summary
Constructors Constructor Description Krb5AuthzDataDumpPrinter()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, SignatureException
- Throws:
IOExceptionSignatureException
-
-