Oracle Waveset 8.1.1 Deployment Reference

Unlock View

Used to unlock accounts for those resources that support native account locking. This view presents and selects the list of resource accounts to be unlocked.


Note –

Use the Unlock view instead of the Disable view for accounts whose resources support native account locking.


Contains the following high-level attributes:

Table 3–71 Unlock View Attributes

Name  

Editable?  

Data Type  

Required? 

id

Read 

String 

Yes 

selectAll

Read/Write 

Boolean 

No 

currentResourceAccounts

Read 

List (objects) 

No 

tobeCreatedResourceAccounts

Read 

List (objects) 

No 

tobeDeletedResourceAccounts

Read 

List (objects) 

No 

fetchAccounts

Read/Write 

Boolean 

 

fetchAccountResources

Read/Write 

List 

 

id

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

selectAll

Controls whether all password are unlocked.

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 unlocked 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.

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 list are indexed by resource name, and will contain objects that describe the resources on which this user has accounts.

Table 3–72 tobeDeletedResourceAccounts Attributes (Unlock View)

Name 

Editable? 

Data Type 

selected

Read/Write 

Boolean 

name

Read/Write 

String 

type

Read/Write 

String 

accountId

Read/Write 

String 

exists

Read/Write 

Boolean 

locked

Read/Write 

Boolean 

authenticator

Read/Write 

Boolean 

selected

Identifies that this resource has been selected to be unlocked.

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 (only in currentResourceAccounts).

locked

Indicates whether the account is currently locked or not (unlocked). The value of exists indicates whether the account already exists on the resource or not (only in currentResourceAccounts).

authenticator

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

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.

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