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 IBM Security-specific methods and properties for managing network or generic NIS
maps in a zone. Only IBM Security-specific methods and properties are described in
this reference.
Methods
The Store
class provides the following IBM Security-specific methods:
Method | Description |
---|---|
Attach
|
Links the Store object to the specified zone. |
Clone
|
Makes a copy of the current Store object instance. Inherited from ICloneable. |
Create
|
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 . |
Delete
|
Removes the specified NIS map from the zone and Active Directory. |
Exists
|
Checks whether there is a NIS map with the specified name. |
GetDirectoryEntry
|
Gets the directory entry for the NIS map container. |
Open
|
Opens the NIS map with the specified name. |
Properties
The Store class provides the following IBM Security-specific properties:
Property | Description |
---|---|
IsReadable
|
Indicates whether the NIS map store is readable. |
IsWritable
|
Indicates whether the NIS map store is writable. |