public class KerberosConfigCheck extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KerberosConfigCheck.Arguments |
Constructor and Description |
---|
KerberosConfigCheck() |
Modifier and Type | Method and Description |
---|---|
void |
checkInstallation(String domains,
String username,
String password,
String jaasFile,
String krb5ConfFile,
StringBuffer userGuid) |
static void |
main(String[] args) |
void |
validateKerberosInstallation(String realm,
String username,
String password,
String pathToJAASFile,
String pathToKrb5ConfFile,
StringBuffer userGuid) |
public static void main(String[] args)
public void checkInstallation(String domains, String username, String password, String jaasFile, String krb5ConfFile, StringBuffer userGuid) throws AuthenticationException
AuthenticationException
public void validateKerberosInstallation(String realm, String username, String password, String pathToJAASFile, String pathToKrb5ConfFile, StringBuffer userGuid) throws AuthenticationException
AuthenticationException
Copyright © 2012. All Rights Reserved.