public class SunJaasKerberosClient extends java.lang.Object implements KerberosClient
KerberosClient
which uses the SUN JAAS
login module, which is included in the SUN JRE, it will not work with an IBM JRE.
The whole configuration is done in this class, no additional JAAS configuration
is needed.Constructor and Description |
---|
SunJaasKerberosClient() |
public java.lang.String login(java.lang.String username, java.lang.String password)
login
in interface KerberosClient
public void setDebug(boolean debug)