Skip to content

Commit 0e46d1f

Browse files
committed
enterprise auth links
1 parent a35a4d9 commit 0e46d1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/security/enterprise-auth.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,11 @@ You may need to specify one or more of the following additional
196196
instance and pass the property name and value as parameters. Use the
197197
property name constants defined in the ``MongoCredential`` class:
198198

199-
- `SERVICE_NAME_KEY <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#SERVICE_NAME_KEY>`__
200-
- `CANONICALIZE_HOST_NAME_KEY <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#CANONICALIZE_HOST_NAME_KEY>`__
201-
- `JAVA_SUBJECT_KEY <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#JAVA_SUBJECT_KEY>`__
202-
- `JAVA_SASL_CLIENT_PROPERTIES_KEY <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#JAVA_SASL_CLIENT_PROPERTIES_KEY>`__
203-
- `JAVA_SUBJECT_PROVIDER_KEY <{+api+}/apidocs/mongodb-driver-core/com/mongodb/MongoCredential.html#JAVA_SUBJECT_PROVIDER_KEY>`__
199+
- `SERVICE_NAME_KEY <{+core-api+}/com/mongodb/MongoCredential.html#SERVICE_NAME_KEY>`__
200+
- `CANONICALIZE_HOST_NAME_KEY <{+core-api+}/com/mongodb/MongoCredential.html#CANONICALIZE_HOST_NAME_KEY>`__
201+
- `JAVA_SUBJECT_KEY <{+core-api+}/com/mongodb/MongoCredential.html#JAVA_SUBJECT_KEY>`__
202+
- `JAVA_SASL_CLIENT_PROPERTIES_KEY <{+core-api+}/com/mongodb/MongoCredential.html#JAVA_SASL_CLIENT_PROPERTIES_KEY>`__
203+
- `JAVA_SUBJECT_PROVIDER_KEY <{+core-api+}/com/mongodb/MongoCredential.html#JAVA_SUBJECT_PROVIDER_KEY>`__
204204

205205
Select the **SERVICE_NAME_KEY** or **JAVA_SUBJECT_KEY** tab to
206206
see sample code to instantiate a ``MongoCredential`` that uses GSSAPI and

0 commit comments

Comments
 (0)