2020-08-19 23:43发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
专家您好,
即使我添加了samlsinglesignon作为必需的扩展名,当我想覆盖RedirectionController时也会出现构建错误
导入的de.hybris.platform.samlsinglesignon.RedirectionController无法解析
有什么办法做到
SAMLCredential凭据=(SAMLCredential)SecurityContextHolder.getContext()。getAuthentication()。getCredentials();
我在redirectionBaseController的上一行中收到空指针错误。 但是saml响应是从第三方返回的。
我有相同的问题。
也在1808版本中,我试图在自定义bean中进行调用,覆盖DefaultSSOService类的getOrCreateSSOUser()方法
在getOrCreateSSOUser方法中;
最终SAMLCredential凭据=(SAMLCredential)SecurityContextHolder.getContext()。getAuthentication()。getCredentials();
SecurityContextHolder.getContext()。getAuthentication()。getCredentials()的返回类型是一个对象类型,但在RedirectionController中将其强制转换为SAMLCredential的类型没有失败。
即使我添加了samlsinglesignon作为必需的扩展名,也正在尝试覆盖RedirectionController时出现构建错误
有什么解决方法
此问题是否已解决,如果无法解决,请提供一些有关错误问题的详细信息
仍在发生异常:不确定为什么这应该是强制转换异常!
[BackofficeSSOService] org.springframework.security.saml.SAMLCredential无法转换为org.springframework.security.saml.SAMLCredential java.lang.ClassCastException:org.springframework.security.saml.SAMLCredential无法转换为org.springframework com.hybris.platform.ctsso.BackofficeSSOService.getOrCreateSSOUser(BackofficeSSOService.java:50)上的.security.saml.SAMLC [classes/:?]位于sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法)〜[?:1.8.0_211]
最多设置5个标签!
我在redirectionBaseController的上一行中收到空指针错误。 但是saml响应是从第三方返回的。
我有相同的问题。
也在1808版本中,我试图在自定义bean中进行调用,覆盖DefaultSSOService类的getOrCreateSSOUser()方法
在getOrCreateSSOUser方法中;
最终SAMLCredential凭据=(SAMLCredential)SecurityContextHolder.getContext()。getAuthentication()。getCredentials();
SecurityContextHolder.getContext()。getAuthentication()。getCredentials()的返回类型是一个对象类型,但在RedirectionController中将其强制转换为SAMLCredential的类型没有失败。
即使我添加了samlsinglesignon作为必需的扩展名,也正在尝试覆盖RedirectionController时出现构建错误
导入的de.hybris.platform.samlsinglesignon.RedirectionController无法解析
有什么解决方法
此问题是否已解决,如果无法解决,请提供一些有关错误问题的详细信息
仍在发生异常:不确定为什么这应该是强制转换异常!
[BackofficeSSOService] org.springframework.security.saml.SAMLCredential无法转换为org.springframework.security.saml.SAMLCredential java.lang.ClassCastException:org.springframework.security.saml.SAMLCredential无法转换为org.springframework com.hybris.platform.ctsso.BackofficeSSOService.getOrCreateSSOUser(BackofficeSSOService.java:50)上的.security.saml.SAMLC [classes/:?]位于sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法)〜[?:1.8.0_211]
一周热门 更多>