Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
SecurityInformation.DNMatchStatus |
SecurityInformation.getDNMatchStatus()
After connection establishment, calling this method returns the server DN
verification status.
|
SecurityInformation.DNMatchStatus |
SecurityInformation.getDNMatchStatus()
After connection establishment, calling this method returns the server DN
verification status.
|
static SecurityInformation.DNMatchStatus |
SecurityInformation.DNMatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityInformation.DNMatchStatus |
SecurityInformation.DNMatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityInformation.DNMatchStatus[] |
SecurityInformation.DNMatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SecurityInformation.DNMatchStatus[] |
SecurityInformation.DNMatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|