Description Syntax Examples addIRMRefreshPeriod

16-2 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

16.2 General Server Commands

Use the WLST commands listed in Table 16–2 to make general changes to Oracle IRM Server settings.

16.2.1 addIRMRefreshPeriod

Online command that creates a new refresh period.

16.2.1.1 Description

This command creates a refresh period. A refresh period is the maximum length of time that a user can use rights before the rights are refreshed from the server.

16.2.1.2 Syntax

addIRMRefreshPeriodduration,dtype Table 16–2 WLST General Server Commands Use this command... To... Use with WLST... addIRMRefreshPeriod Create a new refresh period. Online getIRMRefreshPeriod Display an existing refresh period. Online getIRMRefreshPeriods Display all the refresh periods. Online removeIRMRefreshPeriod Remove an existing refresh period. Online updateIRMRefreshPeriod Update an existing refresh period. Online addIRMSyncWindow Create a new sync window. Online getIRMSyncWindow Display an existing sync window. Online getIRMSyncWindows Display all the sync windows. Online removeIRMSyncWindow Remove an existing sync window. Online updateIRMSyncWindow Update an existing sync window. Online getIRMCryptoSchema Display the cryptography algorithm. Online setIRMCryptoSchema Set the cryptography algorithm. Online getIRMDeviceCount Display the device count. Online setIRMDeviceCount Set the device count. Online getIRMJournalCleanUp Display the current report record clean-up values. Online setIRMJournalCleanUp Set report record clean-up values. Online getIRMLicenseStateClean Up Display the license state clean-up frequency. Online setIRMLicenseStateClean Up Set the license state clean-up frequency. Online getIRMPrivacyURL Display the URL of the privacy statement page. Online setIRMPrivacyURL Set the URL of the privacy statement page. Online getIRMKeyStore Display the type and location of the Oracle IRM keystore. Online setIRMKeyStore Set the type and location of the Oracle IRM keystore. Online Information Rights Management Custom WLST Commands 16-3

16.2.1.3 Examples

The following example creates a refresh period of 5 hours: wls:base_domainserverConfig addIRMRefreshPeriod5,\HOURS\ The following example creates a refresh period of 50 minutes: wls:base_domainserverConfig addIRMRefreshPeriod50,\MINUTES\

16.2.2 getIRMRefreshPeriod