The static role cache holds role memberships that do not expire. These properties are in the file, amwas.node_server.amjacc.properties, located in the WebSphere Application Server install_dir/profiles/profile_name/etc/tam directory.
Enabling static role caching
com.tivoli.pd.as.cache.EnableStaticRoleCaching=true
Enables or disables static role caching. Static role caching is enabled by default.Setting the static role cache
com.tivoli.pd.as.cache.StaticRoleCache=com.tivoli.pd.as.cache.StaticRoleCacheImpl
This property holds the implementation class of the static role cache. You should not need to change this though the opportunity exists to implement your own cache if considered necessary.Define static roles
com.tivoli.pd.as.cache.StaticRoleCache.Roles=Administrator,Operator,Monitor,Deployer
Defines the administration roles for WebSphere Application Server.Related information
Tivoli Access Manager JACC provider configuration properties