IDMappingExtCache differences with ISVA
Differences between the IDMappingExtCache and traditional Verify Access IDMappingExtCache interface
IDMappingExtCache
is fully compatible with the com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtCache
interface.
API Differences
IDMappingExtCache
vs com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtCacheDMAPImpl
IDMappingExtCache
vs com.tivoli.am.fim.trustserver.sts.utilities.IDMappingExtCacheDMAPImpl
- Constructors: Not applicable,
IDMappingExtCache
can be used without instantiation. Please also refer to storage configure guide for session cache configuration. - Supported methods:
exists
: Supportedget
: SupportedgetAndRemove
: Supportedput
: Supported
- Unsupported methods:
clearAll
: Not supported
Updated about 2 years ago