Package com.kerb4j.common.jaas.sun
Class GlobalSunJaasKerberosConfig
java.lang.Object
com.kerb4j.common.jaas.sun.GlobalSunJaasKerberosConfig
Config for global jaas.
- Since:
- 1.0
- Author:
- Mike Wiesner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDebug(boolean debug) Enable debug logs from the Sun Kerberos Implementation.voidsetKrbConfLocation(String krbConfLocation) Kerberos config file location can be specified here.
-
Constructor Details
-
GlobalSunJaasKerberosConfig
public GlobalSunJaasKerberosConfig()
-
-
Method Details
-
setDebug
public void setDebug(boolean debug) Enable debug logs from the Sun Kerberos Implementation. Default is false.- Parameters:
debug- true if debug should be enabled
-
setKrbConfLocation
Kerberos config file location can be specified here.- Parameters:
krbConfLocation- the path to krb config file
-