为 Java 应用安全约束 Liberty
Applying Security Constraints Liberty for Java
我已经将应用程序部署到 Bluemix,创建了单点登录服务,并将服务绑定到应用程序。
帮助文档告诉我现在应该...."To complete the configuration of the application, you must add security constraints.."
我们组织中没有人具备这些技能,IBM 可以帮助我们吗?即使是收费的?
安全约束并非特定于 Liberty 或 Bluemix。这是一种使用 web.xml 定义对 url 映射的访问的方法。如果你 google "Java ee security constraints",你应该会找到很多有用的信息。有关与 bluemix 相关的基本定义,请参阅 this 博客 post。
我已经将应用程序部署到 Bluemix,创建了单点登录服务,并将服务绑定到应用程序。
帮助文档告诉我现在应该...."To complete the configuration of the application, you must add security constraints.."
我们组织中没有人具备这些技能,IBM 可以帮助我们吗?即使是收费的?
安全约束并非特定于 Liberty 或 Bluemix。这是一种使用 web.xml 定义对 url 映射的访问的方法。如果你 google "Java ee security constraints",你应该会找到很多有用的信息。有关与 bluemix 相关的基本定义,请参阅 this 博客 post。