Oracle Waveset 8.1.1 Deployment Reference

resourceAccounts

Defines characteristics of resource accounts. This attribute contains the following attributes.

Table 3–57 resourceAccounts Attributes (Reset User Password View)

Attribute  

Editable?  

Data Type  

Required?  

id 

Read 

String 

 

selectAll

Read/Write 

Boolean 

 

currentResourceAccounts

Read 

List (object) 

 

tobeCreatedResourceAccounts

Read 

List (object) 

 

tobeDeletedResourceAccounts

Read 

List (object) 

 

id

Specifies the account ID of the Waveset user whose passwords are being changed.

selectAll

Controls whether all passwords are selected.

currentResourceAccounts

Represents the set of accounts that are currently being managed by Waveset (including the Waveset account itself).

tobeCreatedResourceAccounts

Represents the accounts that are assigned to this Waveset user but which have not been created. Passwords cannot be changed on accounts that have not yet been created.

tobeDeletedResourceAccounts

Represents the accounts that have been created but are no longer assigned to this user. Passwords cannot be changed on accounts that are scheduled for deletion.

The three account list attributes -- tobeDeletedResourceAccounts, tobeCreatedResourceAccounts, and currentResourceAccounts -- contain the attributes described in the following table. These attributes describe the state of the account on each resource and allow you to individually select accounts.

Table 3–58 tobeDeletedResourceAccounts Attributes (Reset User Password View

Attribute  

Editable? 

Data Type  

Required?  

selected

Read/Write 

Boolean 

 

name

Read 

String 

 

type

Read 

String 

 

accountId

Read 

String (only in currentResourceAccounts)

 

exists

Read 

Boolean (only in currentResourceAccounts

 

disabled

Read 

Boolean (only in currentResourceAccounts)

 

passwordPolicy

Read 

Object 

 

authenticator

Read 

Boolean 

 

changePasswordLocation

Read 

String 

 

selected

Set to true if this account is to have its password reset.

name

Specifies the name of resource. This corresponds to the name of a Resource object in the Waveset repository.

type

Identifies the type of resource, such as Solaris. You can determine the resource type names by bringing up the resource list from the Waveset Administrator interface. The Type column on this page contains the names of the type of currently defined resources. The options list next to New Resource also contains the names of the resource adapters that are currently installed.

accountId

Specifies the identity of the account on this resource, if one has been created.

exists

Indicates whether the account already exists on the resource.

disabled

Indicates whether the account is currently disabled.

passwordPolicy

When set, describes the password policy for this resource. Can be null. It contains these attributes.

Table 3–59 Reset User Password Attributes (Reset User Password View)

Attribute  

Data Type  

Editable?  

Required?  

name

String 

   

summary

String 

   

In addition, it contains view attributes for each of the declared policy attributes. The names of the view attributes will be the same as the WSAttribute in the Policy.

The summary string contains a pre-formatted description of the policy attributes.

authenticator

If true, indicates that this resource is serving as the pass-through authentication resource for Waveset.

changePasswordLocation

Describes the location where the password change should occur (for example, the DNS name of a domain controller for Active Directory). The format of the value of this field can vary from resource to resource.