| Package | Description |
|---|---|
| oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc. |
| Modifier and Type | Method | Description |
|---|---|---|
SecurityInformation.AuthenticationAdaptorType |
SecurityInformation.getAuthenticationAdaptor() |
Returns the type of the authentication mechanism used for authenticating
the user to the Oracle Database Server.
|
static SecurityInformation.AuthenticationAdaptorType |
SecurityInformation.AuthenticationAdaptorType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SecurityInformation.AuthenticationAdaptorType[] |
SecurityInformation.AuthenticationAdaptorType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|