public enum ParameterTagMapping extends java.lang.Enum<ParameterTagMapping>
This mapping is intended to reduce code duplication with database and service parameter buffers.
For now this only contains authentication related tags. This may be expanded in the future.
Modifier and Type | Method and Description |
---|---|
abstract int |
getAuthPluginListTag() |
abstract int |
getAuthPluginNameTag() |
abstract int |
getConfigTag() |
abstract int |
getEncryptedPasswordTag() |
abstract int |
getPasswordTag() |
abstract int |
getSpecificAuthDataTag() |
abstract int |
getTrustedAuthTag() |
abstract int |
getUserNameTag() |
static ParameterTagMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterTagMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterTagMapping DPB
public static final ParameterTagMapping SPB
public static ParameterTagMapping[] values()
for (ParameterTagMapping c : ParameterTagMapping.values()) System.out.println(c);
public static ParameterTagMapping valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic abstract int getUserNameTag()
public abstract int getPasswordTag()
public abstract int getEncryptedPasswordTag()
public abstract int getTrustedAuthTag()
public abstract int getAuthPluginNameTag()
public abstract int getAuthPluginListTag()
public abstract int getSpecificAuthDataTag()
public abstract int getConfigTag()
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.