Uses of Class
oracle.jdbc.SecurityInformation.AuthenticationAdaptorType
-
Packages that use SecurityInformation.AuthenticationAdaptorType Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
-
Uses of SecurityInformation.AuthenticationAdaptorType in oracle.jdbc
Methods in oracle.jdbc that return SecurityInformation.AuthenticationAdaptorType Modifier and Type Method Description SecurityInformation.AuthenticationAdaptorTypeSecurityInformation. getAuthenticationAdaptor()Returns the type of the authentication mechanism used for authenticating the user to the Oracle Database Server.static SecurityInformation.AuthenticationAdaptorTypeSecurityInformation.AuthenticationAdaptorType. valueOf(java.lang.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.
-