IAcl Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is obsoleted in this android platform
Interface representing an Access Control List (ACL).
[Android.Runtime.Register("java/security/acl/Acl", "", "Java.Security.Acl.IAclInvoker")]
[System.Obsolete("This class is obsoleted in this android platform")]
public interface IAcl : IDisposable, Java.Interop.IJavaPeerable, Java.Security.Acl.IOwner
[<Android.Runtime.Register("java/security/acl/Acl", "", "Java.Security.Acl.IAclInvoker")>]
[<System.Obsolete("This class is obsoleted in this android platform")>]
type IAcl = interface
interface IOwner
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
Java documentation for java.security.acl.Acl
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Properties
Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
JniIdentityHashCode | (Inherited from IJavaPeerable) |
JniManagedPeerState | (Inherited from IJavaPeerable) |
JniPeerMembers | (Inherited from IJavaPeerable) |
Name |
Returns the name of this ACL instance. |
PeerReference | (Inherited from IJavaPeerable) |
Methods
AddEntry(IPrincipal, IAclEntry) |
Obsolete.
Adds an ACL entry to this ACL. |
AddOwner(IPrincipal, IPrincipal) |
Obsolete.
Adds an owner. (Inherited from IOwner) |
CheckPermission(IPrincipal, IPermission) |
Obsolete.
Checks whether or not the specified principal has the specified permission. |
DeleteOwner(IPrincipal, IPrincipal) |
Obsolete.
Deletes an owner. (Inherited from IOwner) |
Disposed() | (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() | (Inherited from IJavaPeerable) |
Entries() |
Obsolete.
Returns an enumeration of the entries in this ACL. |
Finalized() | (Inherited from IJavaPeerable) |
GetPermissions(IPrincipal) |
Obsolete.
Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group). |
IsOwner(IPrincipal) |
Obsolete.
Returns true if the given principal is an owner of the ACL. (Inherited from IOwner) |
RemoveEntry(IPrincipal, IAclEntry) |
Obsolete.
Removes an ACL entry from this ACL. |
SetJniIdentityHashCode(Int32) | (Inherited from IJavaPeerable) |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetName(IPrincipal, String) |
Obsolete.
Sets the name of this ACL. |
SetPeerReference(JniObjectReference) | (Inherited from IJavaPeerable) |
ToString() |
Obsolete.
Returns a string representation of the ACL contents. |
UnregisterFromRuntime() | (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |