wso2is - wso2 identity server PAP,PDP,PEP caching -
http://xacmlinfo.org/tag/pep-cache/ how enable cacheing in pdp,pep,pap in wso2 identity server 4.5.0
in identity server, can find... pdp level caching... means, there 3 caches..
- policy cache --> default enable. policies stored in in-memory default. can not change thing this.
decision cache --> default enable. can configure (enable/disable , cache timeout) using
entitlement.properties
file can found @<is_home>/repository/conf/security
directory.attribute cache --> default enable. can configure (enable/disable , cache timeout) using
entitlement.properties
file can found @<is_home>/repository/conf/security
directory.
policy , decision caches invalidated, when policy update detected. there web service api clear these caches.
Comments
Post a Comment