动态角色高速缓存属性
动态角色高速缓存拥有到期的角色成员资格。
这些属性位于 profile_root/etc/tam/amwas.node_name_server_name.amjacc.properties 文件中。
profile_root 目录是创建概要文件时 profilePath 参数的值。
com.tivoli.pd.as.cache.EnableDynamicRoleCaching=true
启用或禁用动态角色高速缓存。缺省情况下,启用动态角色高速缓存。
com.tivoli.pd.as.cache.DynamicRoleCache=com.tivoli.pd.as.cache.DynamicRoleCacheImpl
此属性拥有动态角色高速缓存的实施类。尽管在必要时您有机会实现您自己的高速缓存,但您不需要更改此属性。
com.tivoli.pd.as.cache.DynamicRoleCache.MaxUsers=100000
在执行高速缓存清除前,高速缓存支持的最大用户数。缺省用户数是 100000。
com.tivoli.pd.as.cache.DynamicRoleCache.NumBuckets=20
由动态角色高速缓存在内部使用的表数。缺省值是 20。当许多线程使用高速缓存时,增加值以调整和优化高速缓存性能。
com.tivoli.pd.as.cache.DynamicRoleCache.PrincipalLifeTime=10
主体条目存储在高速缓存中的一段时间(以分钟计)。缺省时间是 10 分钟。术语主体在这里指从唯一的轻量级目录访问协议用户返回的 Tivoli Access Manager 凭证。
com.tivoli.pd.as.cache.DynamicRoleCache.RoleLifetime=20
在废弃角色前,角色存储在用户的角色列表中的一段时间(以秒计)。缺省值为 20 秒。