Class SunJaasKerberosClient

java.lang.Object
org.springframework.security.kerberos.authentication.sun.SunJaasKerberosClient
All Implemented Interfaces:
KerberosClient

public class SunJaasKerberosClient extends Object implements 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 Details

    • SunJaasKerberosClient

      public SunJaasKerberosClient()
  • Method Details