Static role caching properties
The static role cache holds role memberships that do not expire.
These properties are in the file...
profile_root/etc/tam/amwas.node_name_server_name.amjacc.properties
Enabling static role caching
To enable static role caching, set...
com.tivoli.pd.as.cache.EnableStaticRoleCaching=true
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 do not need to change this property, although the opportunity exists to implement your own cache, if necessary.
Define static roles
com.tivoli.pd.as.cache.StaticRoleCache.Roles=Administrator,Operator,Monitor,Deployer
Defines the administration roles for WAS.
Enhance Application performance by adding the static roles:
- CosNamingRead
- CosNamingWrite
- CosNamingCreate
- CosNamingDelete
These roles support for improved lookup performance within the application naming service.
Related tasks
Configure the JACC provider for Tivoli Access Manager using the administrative console
Related information
JACC provider configuration properties for Tivoli Access Manager