IAccessControlListBuilderTIdentity, TResource Interface
Represents a builder for access control lists.
Namespace: Gemstone.Security.AccessControlAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.158 -- Release Build+67f4788dca8daac9e24668505947964b66330ea8
public interface IAccessControlListBuilder<TIdentity, TResource>
Public Interface IAccessControlListBuilder(Of TIdentity, TResource)
generic<typename TIdentity, typename TResource>
public interface class IAccessControlListBuilder
JavaScript does not support generic types or methods.
Type Parameters
- TIdentity
- Type of the identifier for users.
- TResource
- Type of resources being accessed by users.
| Allow |
Adds an allow rule to the access control list.
|
| AllowAllExcept |
Adds an allow rule to the access control list.
|
| Build |
Creates an access control list for the given identity.
|
| Deny |
Adds a deny rule to the access control list.
|
| DenyAllExcept |
Adds a deny rule to the access control list.
|