IGroup 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
This interface is used to represent a group of principals.
[Android.Runtime.Register("java/security/acl/Group", "", "Java.Security.Acl.IGroupInvoker")]
[System.Obsolete("This class is obsoleted in this android platform")]
public interface IGroup : IDisposable, Java.Interop.IJavaPeerable, Java.Security.IPrincipal
[<Android.Runtime.Register("java/security/acl/Group", "", "Java.Security.Acl.IGroupInvoker")>]
[<System.Obsolete("This class is obsoleted in this android platform")>]
type IGroup = interface
interface IPrincipal
interface IJavaObject
interface IDisposable
interface IJavaPeerable
- Attributes
- Implements
Remarks
Java documentation for java.security.acl.Group
.
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 |
PeerReference | (Inherited from IJavaPeerable) |
Methods
AddMember(IPrincipal) |
Obsolete.
Adds the specified member to the group. |
Disposed() | (Inherited from IJavaPeerable) |
DisposeUnlessReferenced() | (Inherited from IJavaPeerable) |
Equals(Object) |
Compares this principal to the specified object. (Inherited from IPrincipal) |
Finalized() | (Inherited from IJavaPeerable) |
GetHashCode() |
Returns a hashcode for this principal. (Inherited from IPrincipal) |
Implies(Subject) |
Returns true if the specified subject is implied by this principal. (Inherited from IPrincipal) |
IsMember(IPrincipal) |
Obsolete.
Returns true if the passed principal is a member of the group. |
Members() |
Obsolete.
Returns an enumeration of the members in the group. |
RemoveMember(IPrincipal) |
Obsolete.
Removes the specified member from the group. |
SetJniIdentityHashCode(Int32) | (Inherited from IJavaPeerable) |
SetJniManagedPeerState(JniManagedPeerStates) | (Inherited from IJavaPeerable) |
SetPeerReference(JniObjectReference) | (Inherited from IJavaPeerable) |
ToString() |
Returns a string representation of this principal. (Inherited from IPrincipal) |
UnregisterFromRuntime() | (Inherited from IJavaPeerable) |
Extension Methods
JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) |