问题标签 [fortress]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
879 浏览

java - 高性能计算(主要在 Java 上)

除了使用目标机器拥有的多个内核之外,我还在寻找某种使用 GPU 的数字运算能力(也许是 Java?)的方法。我将致力于实现(目前)A* 算法,但在未来我希望用某种遗传算法代替它。我看过Project Fortress,但是当我在 JavaFX 中构建我的 GUI 时,我不希望离 JVM 太远。

当然,如果没有可行的解决方案,我将迁移到最容易实施的解决方案。

0 投票
3 回答
1667 浏览

functional-programming - 除了幺半群之外,函数式编程中是否使用了任何代数结构?

我最近开始了解函数式编程(在 Haskell 和 Scala 中)。它的功能和优雅非常迷人。

但是当我遇到使用名为 Monoid 的代数结构的 Monads 时,我很惊讶也很高兴看到我从数学中学到的理论知识被用于编程。

这个观察让我想到了一个问题:群、域或环(其他请参见代数结构)可以在编程中用于更多抽象和代码重用目的并实现类似数学的编程吗?

据我所知,名为Fortress的语言(一旦编译器完成,我肯定会更喜欢任何语言)在其库代码中定义了这些结构。但到目前为止我看到的唯一用途是我们已经熟悉的数字类型。它们还有其他用途吗?

最好的问候, ciun

0 投票
1 回答
1523 浏览

authentication - openldap 堡垒 vs Apache Shiro

我正在尝试下载 openldap,但遇到了一个名为 OpenLdap fortress 的 ldap Java JDK。http://www.openldap.org/fortress/ 好像对Identity Management Access 有好处,听起来不错,因为我正要使用开源的Identity Management Tool (Apache Shiro) 我应该坚持使用Apache shiro 还是使用只是 OpenLdap Fortress 还是两者兼而有之?身份和访问管理的最佳解决方案是什么?有什么区别?

0 投票
2 回答
750 浏览

php - UserFrosting 表单 - 无效或缺少 CSRF 令牌

我试图在UserFrosting中提交一个简单的表单,作为测试只显示成功消息,没有数据修改。我遵循了第 2 课的指导,但遇到了CSRF 问题:

UserFrosting 返回以下错误:

CSRF 令牌无效或缺失。

我错过了什么?到目前为止,UserFrosting很容易消化 :(

表格:

在树枝文件的底部添加了脚本部分:

这是控制器的两个功能:

index.php文件中的条目:

最后,架构:

0 投票
0 回答
93 浏览

kubernetes - ABAC + LDAP server/ (Active Directory) with Fortress on Kubernetes

I am kindly seeking guidance and a little help on implementing XACML ABAC with Active Directory authentication on Kubernetes.

We have a major project at the hospital we are working on, and authorisation and permissions are are great concern. After a digging around, We determined that ABAC and XACML would be our best shot and handling consents and permissions.

However we also have Active Directory server from a different unit, and it is what we are meant to use at the moment for authentication into the cluster . We are meant/want to run a kubernetes cluster on which different pods with different apps are to run. Any guidance and help for us? Could Fortress be an option towards achieving this? (ABAC)+(external LDAP server/ Active Directory) on Kubernetes.

Thank you.