Store
The Store class contains methods and properties used to manage a zone’s NIS maps stored in Active Directory. This class is defined in the Centrify.DirectControl.NISMap.API namespace rather than the Centrify.DirectControl.API namespace.
Syntax
public class IStore : ICloneable, IDisposable
Discussion
The Store class supports the methods and properties that apply to all .NET objects. In addition to those methods and properties, the Store class provides some Centrify‑specific methods and properties for managing network or generic NIS maps in a zone. Only Centrify-specific methods and properties are described in this reference.
Methods
The Store class provides the following Centrify‑specific methods:
This method | Does this |
Links the Store object to the specified zone. |
|
Clone |
Makes a copy of the current Store object instance. Inherited from ICloneable. |
Creates a new NIS map object in the zone in Active Directory. |
|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
Removes the specified NIS map from the zone and Active Directory. |
|
Checks whether there is a NIS map with the specified name. |
|
Gets the directory entry for the NIS map container. |
|
Opens the NIS map with the specified name. |
Properties
The Store class provides the following Centrify‑specific properties:
This property | Does this |
Indicates whether the NIS map store is readable. |
|
Indicates whether the NIS map store is writable. |