Table of Contents

Interface IGroup

Namespace
Java.Security.Acl
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/security/acl/Group.html

public interface IGroup : IPrincipal
Inherited Members

Methods

AddMember(Principal)

bool AddMember(Principal arg0)

Parameters

arg0 Principal

Principal

Returns

bool

bool

IsMember(Principal)

bool IsMember(Principal arg0)

Parameters

arg0 Principal

Principal

Returns

bool

bool

Members<ReturnExtendsJava_Security_Principal>()

Enumeration<ReturnExtendsJava_Security_Principal> Members<ReturnExtendsJava_Security_Principal>() where ReturnExtendsJava_Security_Principal : Principal

Returns

Enumeration<ReturnExtendsJava_Security_Principal>

Enumeration

Type Parameters

ReturnExtendsJava_Security_Principal

Principal

RemoveMember(Principal)

bool RemoveMember(Principal arg0)

Parameters

arg0 Principal

Principal

Returns

bool

bool