OpenAM:有没有办法以编程方式修改 maxSessionTime 属性?
我尝试研究自定义身份验证模块和身份验证后处理,但没有找到任何内容。
I've tried researching about custom authentication modules and authentication post processing, but didn't find anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过编程方式,我的意思是根据某些用户属性设置此值。实际上我找到了一种方法,在策略中使用自定义条件。 ConditionDecision 类(即 getConditionDecision() Condition 的接口响应)允许设置特定的会话 TTL。
有关策略评估 API 的更多信息,请访问:http:// /download.oracle.com/docs/cd/E19681-01/820-3748/6nf8sa0b1/index.html
By programmatically I meant to set this value based on some user attributes. Actually I found a way, using a Custom Condition inside a Policy. The ConditionDecision class (wich is the getConditionDecision() Condition´s interface response) allows to set a specific Session TTL.
More about the Policy Evaluation API here: http://download.oracle.com/docs/cd/E19681-01/820-3748/6nf8sa0b1/index.html