Uses of Class
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLJCAConnectionSpec.AuthPrincipalType
-
Packages that use OracleNoSQLJCAConnectionSpec.AuthPrincipalType Package Description org.eclipse.persistence.internal.nosql.adapters.sdk -
-
Uses of OracleNoSQLJCAConnectionSpec.AuthPrincipalType in org.eclipse.persistence.internal.nosql.adapters.sdk
Methods in org.eclipse.persistence.internal.nosql.adapters.sdk that return OracleNoSQLJCAConnectionSpec.AuthPrincipalType Modifier and Type Method Description OracleNoSQLJCAConnectionSpec.AuthPrincipalTypeOracleNoSQLJCAConnectionSpec. getAuthPrincipalType()static OracleNoSQLJCAConnectionSpec.AuthPrincipalTypeOracleNoSQLJCAConnectionSpec.AuthPrincipalType. valueOf(String name)Returns the enum constant of this type with the specified name.static OracleNoSQLJCAConnectionSpec.AuthPrincipalType[]OracleNoSQLJCAConnectionSpec.AuthPrincipalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.nosql.adapters.sdk that return types with arguments of type OracleNoSQLJCAConnectionSpec.AuthPrincipalType Modifier and Type Method Description static Optional<OracleNoSQLJCAConnectionSpec.AuthPrincipalType>OracleNoSQLJCAConnectionSpec.AuthPrincipalType. get(String authPrincipalName)Methods in org.eclipse.persistence.internal.nosql.adapters.sdk with parameters of type OracleNoSQLJCAConnectionSpec.AuthPrincipalType Modifier and Type Method Description voidOracleNoSQLJCAConnectionSpec. setAuthPrincipalType(OracleNoSQLJCAConnectionSpec.AuthPrincipalType authPrincipalType)
-