Class CredentialDataResult.Entries
public class CredentialDataResult.Entries : JVMBridgeBase<CredentialDataResult.Entries>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CredentialDataResult.Entries
- Implements
- Extension Methods
Constructors
Entries(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Entries(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
STATUS_NOT_IN_REQUEST_MESSAGE
public static int STATUS_NOT_IN_REQUEST_MESSAGE { get; set; }
Property Value
STATUS_NOT_REQUESTED
public static int STATUS_NOT_REQUESTED { get; set; }
Property Value
STATUS_NO_ACCESS_CONTROL_PROFILES
public static int STATUS_NO_ACCESS_CONTROL_PROFILES { get; set; }
Property Value
STATUS_NO_SUCH_ENTRY
public static int STATUS_NO_SUCH_ENTRY { get; set; }
Property Value
STATUS_OK
public static int STATUS_OK { get; set; }
Property Value
STATUS_READER_AUTHENTICATION_FAILED
public static int STATUS_READER_AUTHENTICATION_FAILED { get; set; }
Property Value
STATUS_USER_AUTHENTICATION_FAILED
public static int STATUS_USER_AUTHENTICATION_FAILED { get; set; }
Property Value
Methods
GetEntry(String, String)
public byte[] GetEntry(String arg0, String arg1)
Parameters
Returns
GetEntryNames(String)
public Collection<String> GetEntryNames(String arg0)
Parameters
Returns
GetNamespaces()
public Collection<String> GetNamespaces()
Returns
GetRetrievedEntryNames(String)
public Collection<String> GetRetrievedEntryNames(String arg0)
Parameters
Returns
GetStatus(String, String)
public int GetStatus(String arg0, String arg1)