Table of Contents

Interface IOwner

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/Owner.html

public interface IOwner

Methods

AddOwner(Principal, Principal)

bool AddOwner(Principal arg0, Principal arg1)

Parameters

arg0 Principal

Principal

arg1 Principal

Principal

Returns

bool

bool

Exceptions

NotOwnerException

DeleteOwner(Principal, Principal)

bool DeleteOwner(Principal arg0, Principal arg1)

Parameters

arg0 Principal

Principal

arg1 Principal

Principal

Returns

bool

bool

Exceptions

NotOwnerException
LastOwnerException

IsOwner(Principal)

bool IsOwner(Principal arg0)

Parameters

arg0 Principal

Principal

Returns

bool

bool