Uses of Class
oracle.jdbc.SecurityInformation.DNMatchStatus
-
Packages that use SecurityInformation.DNMatchStatus Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of SecurityInformation.DNMatchStatus in oracle.jdbc
Methods in oracle.jdbc that return SecurityInformation.DNMatchStatus Modifier and Type Method Description SecurityInformation.DNMatchStatus
SecurityInformation. getDNMatchStatus()
After connection establishment, calling this method returns the server DN verification status.static SecurityInformation.DNMatchStatus
SecurityInformation.DNMatchStatus. valueOf(java.lang.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.
-