Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes, interfaces and exceptions for working with the database.
|
Modifier and Type | Method and Description |
---|---|
DatabaseClientFactory.SAMLAuthContext.ExpiringSAMLAuth |
DatabaseClientFactory.SAMLAuthContext.getAuthorization()
Gets the object with the SAML assertions token and expiration when specified during
construction of the SAMLAuthContext or renewed by the renewer callback.
|
static DatabaseClientFactory.SAMLAuthContext.ExpiringSAMLAuth |
DatabaseClientFactory.SAMLAuthContext.newExpiringSAMLAuth(java.lang.String authorizationToken,
java.time.Instant expiry)
Constructs an ExpiringSAMLAuth with a SAML assertions token and the expiration time stamp
for the token.
|
Constructor and Description |
---|
SAMLAuthContext(DatabaseClientFactory.SAMLAuthContext.ExpiringSAMLAuth authorization,
DatabaseClientFactory.SAMLAuthContext.RenewerCallback renewer)
Constructs a context for authorization using a SAML assertions token
and a renewer callback.
|
Copyright © 2013-2021 MarkLogic Corporation.