NbAcl Class |
Namespace: Nec.Nebula
The NbAcl type exposes the following members.
Name | Description | |
---|---|---|
![]() | NbAcl |
デフォルトコンストラクタ
|
![]() | NbAcl(NbJsonObject) |
ACL の JSON Object 表現から変換
|
Name | Description | |
---|---|---|
![]() | Admin |
Admin ユーザID/グループ名
|
![]() | C |
Creatable ユーザID/グループ名
(Inherited from NbAclBase.) |
![]() | D |
Deletable ユーザID/グループ名
(Inherited from NbAclBase.) |
![]() | Owner |
オーナユーザID
|
![]() | R |
Readable ユーザID/グループ名
(Inherited from NbAclBase.) |
![]() | U |
Updatable ユーザID/グループ名
(Inherited from NbAclBase.) |
![]() | W |
Writable ユーザID/グループ名
(Inherited from NbAclBase.) |
Name | Description | |
---|---|---|
![]() ![]() | CreateAclFor(IEnumerableString) |
R/W/Adminが同一のACLを生成する
|
![]() ![]() | CreateAclFor(String) |
R/W/Adminが同一の ACL を生成する
|
![]() ![]() | CreateAclForAnonymous |
Anonymousアクセス(R/W/Admin)可能な ACL を生成する
|
![]() ![]() | CreateAclForAuthenticated |
Authenticatedアクセス(R/W/Admin)可能な ACL を生成する
|
![]() ![]() | CreateAclForUser |
特定ユーザのみがアクセス可能な ACL を生成する。
Owner も同時に設定される。
|
![]() | Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Inherited from Object.) |
![]() | Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Inherited from Object.) |
![]() | GetHashCode | 既定のハッシュ関数として機能します。 (Inherited from Object.) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Inherited from Object.) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Inherited from Object.) |
![]() | ToJson |
JSON Object へ変換
(Overrides NbAclBaseToJson.) |
![]() | ToString | 現在のオブジェクトを表す文字列を返します。 (Inherited from Object.) |