Oracle Waveset 8.1.1 Deployment Reference

Rename User View

Used to rename the Waveset and resource account identities. This view is typically used when a user in a company has a name change. The other main use for this view is to change the identity of a directory user that essentially causes a move in the directory structure.

Table 3–53 RenameUser View Attributes

Name  

Editable?  

Data Type  

Required?  

newAccountId

Read/Write 

String 

 

toRename

Read 

List 

 

noRename

Read 

List 

 

resourceAccounts

Read 

   

fetchAccounts

Read/Write 

Boolean 

 

fetchAccountResources

Read/Write 

List 

 

newAccountId

Specifies the new accountId to be set on the Waveset user and used in the Identity templates for resource accounts.

toRename

Specifies a list of accounts in the currentResourceAccounts list that support the rename operation.

noRename

Specifies a list of accounts that do not support the rename functionality.

resourceAccounts

Contains mostly read-only information about the resource accounts. Use the following attributes to rename resource accounts:

Table 3–54 resourceAccounts Attributes

Attribute  

Type  

Description  

selectAll

Boolean 

Controls whether all accounts are renamed. 

currentResourceAccounts

[<resourcename>].selected

Boolean 

Indicates that the new accountId should be used to rename the identity of this resource account.

currentResourceAccounts

[Lighthouse].selected

Boolean 

Controls whether the Waveset account is renamed. selectAll=true overrides this setting.

accounts[<resourcename>].identity

Overrides the use of the Identity Template to create the accountId for this resource account.

accounts[<resourcename>].<attribute>

Used when not specifying the accounts[<resourcename>].identity attribute to pass attributes to the Identity Template for the creation of the new accountId.

fetchAccounts

Causes the view to include account attributes for the resources assigned to the user.

See Setting View Options in Forms in this chapter for more information.

fetchAccountResources

Lists resource names from which to fetch. If unspecified, Waveset uses all assigned resources.

See Setting View Options in Forms in this chapter for more information.

Example


renameView.newAccountId="saurelius"
renameView.resourceAccounts.selectAll="false"
renameView.resourceAccounts.currentResourceAccounts[Lighthouse].selected="true"
renameView.accounts[AD].identity="cn=saurelius,OU=Austin,DC=Waveset,DC=com"
renameView.resourceAccounts.currentResourceAccounts[AD].selected="true"
renameView.accounts[LDAP].identity="CN=saurelius,CN=Users,DC=us,DC=com"
renameView.resourceAccounts.currentResourceAccounts[LDAP].selected="true"
renameView.accounts[AD].identity="Marcus Aurelius"
renameView.resourceAccounts.currentResourceAccounts[AD].selected="true"