简体   繁体   English

无法找到LoginModule类:com.sun.security.auth.module.Krb5LoginModule

[英]Unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule

Hi I am trying to start Websphere using Spnego Authentication. 嗨,我正在尝试使用Spnego身份验证启动Websphere。 When the login should occur i am getting this exception 当登录发生时,我得到这个例外

javax.security.auth.login.LoginException: unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule in SpnegoHttpFilter init method. javax.security.auth.login.LoginException:无法在SpnegoHttpFilter init方法中找到LoginModule类:com.sun.security.auth.module.Krb5LoginModule。

Any ideas why it is unable to find this class? 任何想法为什么它无法找到这个类?

It seems that IBM J9 JVM doesn't have com.sun.security.auth.module.Krb5LoginModule . 似乎IBM J9 JVM没有com.sun.security.auth.module.Krb5LoginModule It has com.ibm.security.auth.module.Krb5LoginModule . 它有com.ibm.security.auth.module.Krb5LoginModule And it can be used. 它可以使用。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么tomcat7在JAAS中找不到LoginModule类 - Why is tomcat7 unable to find LoginModule class in JAAS 无法找到 LoginModule class: org.apache.kafka.common.security.plain.PlainLoginModule 当 springboot 应用程序在 docker 容器上运行时 - unable to find LoginModule class: org.apache.kafka.common.security.plain.PlainLoginModule when the springboot app is run on docker container 在RDi 9.5(64位)JRE 1.8上找不到类com.sun.security.auth.module.NTSystem.NTSystem - Unable to find class com.sun.security.auth.module.NTSystem.NTSystem on RDi 9.5 (64-bit) JRE 1.8 Jaspic ServerAuthModule委托给JAAS Krb5LoginModule - Jaspic ServerAuthModule delegating to JAAS Krb5LoginModule 在jaas中我们可以使用javax.security.auth.login.Configuration类的对象作为使用.config文件的LoginModule配置的替代方法 - In jaas can we use an object of javax.security.auth.login.Configuration class as an alternative to LoginModule configuration using .config files 将HttpServletRequest会话中的自定义对象投射到自定义javax.security.auth.spi.LoginModule中的其他自定义对象 - Casting Custom Object from HttpServletRequest session to other custom object in custom javax.security.auth.spi.LoginModule Websphere LoginModule - Websphere LoginModule JAAS如何加载实现LoginModule的类? - How does JAAS load a class implementing LoginModule? Java 客户端和 Kerberos / SSO - Krb5LoginModule - 不重复使用票证 - Java client and Kerberos / SSO - Krb5LoginModule - not re-using tickets SQL Server 2008R2 JavaKerberos无法识别Krb5LoginModule票证 - Sql Server 2008R2 JavaKerberos does not recognize Krb5LoginModule tickets
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM