Oracle Waveset 8.1.1 Deployment Reference

Password View

Used by administrators to change passwords of the Waveset user or their resource accounts.

This view contains one top-level attribute.

resourceAccounts

This attribute contains the following attributes.

Table 3–37 ResourceAccounts Attributes (Password View)

Attribute  

Editable? 

Data Type  

Required?  

id 

Read/Write 

String 

Yes 

selectAll

Read/Write 

Boolean 

No 

currentResourceAccounts

Read 

List (object) 

No 

tobeCreatedResourceAccounts

Read 

List (object) 

No 

tobeDeletedResourceAccounts

Read 

List (object) 

No 

password

Read/Write 

encrypted 

Yes 

confirmPassword

Read/Write 

encrypted 

Yes, if view is being used interactively 

fetchAccounts

Read/Write 

Boolean 

 

fetchAccountResources

Read/Write 

List 

 

id

Specifies the account ID of the Waveset user whose passwords are being changed. Typically set by the view handler and never modified by the form.

selectAll

Controls whether all password 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 set of resources assigned to this user that are not yet being managed by Waveset (for example, they do not have an associated resinfo object). Passwords cannot be changed on accounts that are going to be deleted.

All three account lists contain objects that describe the state of the account on each resource and allow you to individually select accounts

Both resource account lists are indexed by resource name, and will contain objects that describe the resources on which this user has accounts.

Attribute 

Editable? 

Data Type 

selected

Read/Write 

Boolean 

name

Read 

String 

accountId

Read 

String 

type

Read  

String 

exists

Read 

Boolean (only in currentResourceAccounts

disabled

Read 

Boolean (only in currentResourceAccounts)

passwordPolicy

Read 

Object 

authenticator

Read 

Boolean 

changePasswordLocation

Read 

String (only in currentResourceAccounts)

expirePassword

Read/Write 

Boolean 

password

Specifies the new password you want to assign to the Waveset account or the resource accounts.

confirmPassword

Confirms the password specified in the password attribute. When the view is used interactively, the form requires you to enter the same values in the password and confirmPassword fields. When the view is used programmatically, such as within a workflow, the confirmPassword attribute is ignored. If you are using this view interactively, you must set this attribute.

selected

Indicates that the specified resource should receive the new password.

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–38 passwordPolicy Attributes (PasswordView)

Attribute  

Description  

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 defined 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

(Optional) 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.

expirePassword

Can be set to a non-null Boolean value to control whether the password is marked as expiring immediately after it has been changed. If null, the password expires by the default if the user whose password is being changed differs from the user that is changing the password.

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 going to be deleted.

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.