public final class ContextBuilderFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Context.Builder |
createContextForAccessTokenAuth(String host,
int port,
String accessToken) |
static Context.Builder |
createContextForKerberosAuth(String host,
int port,
String kerberosToken) |
static Context.Builder |
createContextForServerAuth(String host,
int port,
String login,
String password,
boolean localAuth) |
static Context.Builder |
createContextForSSOAuth(String host,
int port,
String login,
String ssoToken) |
public static Context.Builder createContextForSSOAuth(String host, int port, String login, String ssoToken)
public static Context.Builder createContextForKerberosAuth(String host, int port, String kerberosToken)
public static Context.Builder createContextForServerAuth(String host, int port, String login, String password, boolean localAuth)
public static Context.Builder createContextForAccessTokenAuth(String host, int port, String accessToken)
Copyright © 2025 Denodo Technologies. All rights reserved.