Table of Contents

Class GSSCredential

Namespace
Org.Ietf.Jgss
Assembly
MASES.JNet.dll
public class GSSCredential : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IGSSCredential, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
GSSCredential
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

GSSCredential()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("GSSCredential class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GSSCredential()

GSSCredential(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("GSSCredential class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public GSSCredential(params object[] args)

Parameters

args object[]

Properties

ACCEPT_ONLY

public static int ACCEPT_ONLY { get; }

Property Value

int

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DEFAULT_LIFETIME

public static int DEFAULT_LIFETIME { get; }

Property Value

int

INDEFINITE_LIFETIME

public static int INDEFINITE_LIFETIME { get; }

Property Value

int

INITIATE_AND_ACCEPT

public static int INITIATE_AND_ACCEPT { get; }

Property Value

int

INITIATE_ONLY

public static int INITIATE_ONLY { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Mechs

public Oid[] Mechs { get; }

Property Value

Oid[]

Name

public GSSName Name { get; }

Property Value

GSSName

RemainingLifetime

public int RemainingLifetime { get; }

Property Value

int

Usage

public int Usage { get; }

Property Value

int

Methods

Add(GSSName, int, int, Oid, int)

public void Add(GSSName arg0, int arg1, int arg2, Oid arg3, int arg4)

Parameters

arg0 GSSName

GSSName

arg1 int

int

arg2 int

int

arg3 Oid

Oid

arg4 int

int

Exceptions

GSSException

Dispose()

public void Dispose()

Exceptions

GSSException

GetName(Oid)

public GSSName GetName(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

GSSName

GSSName

Exceptions

GSSException

GetRemainingAcceptLifetime(Oid)

public int GetRemainingAcceptLifetime(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException

GetRemainingInitLifetime(Oid)

public int GetRemainingInitLifetime(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException

GetUsage(Oid)

public int GetUsage(Oid arg0)

Parameters

arg0 Oid

Oid

Returns

int

int

Exceptions

GSSException