Class KerberosManager
-
- All Implemented Interfaces:
-
java.io.Serializable
public class KerberosManager implements Serializable
Takes in charge Kerberos auth mechanism
-
-
Constructor Summary
Constructors Constructor Description KerberosManager()
-
Method Summary
Modifier and Type Method Description Subject
getSubjectForUser(String username, String password)
String
getKrb5Conf()
boolean
getKrb5Debug()
String
getJaasConf()
String
toString()
-
-
Method Detail
-
getSubjectForUser
Subject getSubjectForUser(String username, String password)
-
getKrb5Conf
String getKrb5Conf()
-
getKrb5Debug
boolean getKrb5Debug()
-
getJaasConf
String getJaasConf()
-
-
-
-