Use this topic as a reference for the commands for the SecureConversation group of the AdminTask object. Use these commands with your administrative scripts to query, update, and remove secure conversation client cache configuration data.
The querySCClientCacheConfiguration command lists all non-custom client cache configuration data for WS-SecureConversation.
Target object
NoneRequired parameters
None.Optional parameters
None.Return value
This command returns a list of all non-custom client cache configuration data.
Batch mode example usage
print AdminTask.querySCClientCacheConfiguration()
Interactive mode example usage
AdminTask.querySCClientCacheConfiguration('-interactive')
The querySCClientCacheCustomConfiguration command lists all custom client cache configuration data for WS-SecureConversation.
Target object
None.Required parameters
None.Optional parameters
None.Return value
This command returns a list of all custom client cache configuration data.
Batch mode example usage
print AdminTask.querySCClientCacheCustomConfiguration()
Interactive mode example usage
AdminTask.querySCClientCacheCustomConfiguration('-interactive')
The updateSCClientCacheConfiguration command sets the cache cushion time in minutes and enables or disables distributed cache.
Target object
None.Required parameters
None.Optional parameters
Return value
This command returns a success or failure message.
Batch mode example usage
AdminTask.updateSCClientCacheConfiguration('-minutesInCacheAfterTimeout 100 -distributedCache true')
AdminTask.updateSCClientCacheConfiguration(['-minutesInCacheAfterTimeout', '100', '-distributedCache', 'true'])
Interactive mode example usage
AdminTask.updateSCClientCacheConfiguration('-interactive')
The updateSCClientCacheCustomConfiguration command updates custom properties for the secure conversation client cache configuration.
Target object
None.Required parameters
None.Optional parameters
Return value
This command returns a success or failure message.
Batch mode example usage
AdminTask.updateSCClientCacheCustomConfiguration('[-customProperties "[ [property2 value2] [property1 value1] ]"]')
AdminTask.updateSCClientCacheCustomConfiguration(['-customProperties', '[ [property2 value2] [property1 value1] ]'])
Interactive mode example usage
AdminTask.updateSCClientCacheCustomConfiguration('-interactive')
The deleteSCClientCacheConfigurationCustomProperties command removes specific properties from a custom secure conversation client cache configuration.
Target object
None.Required parameters
Optional parameters
None.Return value
This command returns a success or failure message.
Batch mode example usage
AdminTask.deleteSCClientCacheConfigurationCustomProperties('[-propertyNames [property1,property2]]')
AdminTask.deleteSCClientCacheConfigurationCustomProperties(['-propertyNames', '[property1,property2]'])
Interactive mode example usage
AdminTask.deleteSCClientCacheConfigurationCustomProperties('-interactive')