Class SunJaasKerberosClient
java.lang.Object
org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
- All Implemented Interfaces:
KerberosClient
Implementation of
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.- Since:
- 1.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDebug
(boolean debug) void
setMultiTier
(boolean multiTier)
-
Constructor Details
-
SunJaasKerberosClient
public SunJaasKerberosClient()
-
-
Method Details
-
login
- Specified by:
login
in interfaceKerberosClient
-
setDebug
public void setDebug(boolean debug) -
setMultiTier
public void setMultiTier(boolean multiTier)
-