Spring LDAP コンテキスト (LdapContextSource) ソースを GSSAPI で認証することは可能ですか?
Map<String, Object> baseEnvironmentProperties = new HashMap<String,Object>();
LdapContextSource contextSource= new LdapContextSource();
.....
baseEnvironmentProperties.put( Context.SECURITY_AUTHENTICATION, "GSSAPI");
contextSource.setBaseEnvironmentProperties(baseEnvironmentProperties);
Spring のドキュメントでは、DefaultTlsDirContextAuthenticationStrategy および ExternalDirContextAuthenticationStrategy- EXTERNAL SASL TLS についてのみ説明しています。