public class Context extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Context.Builder
Allows to construct new instances of
Context |
static class |
Context.TokenType |
static class |
Context.UserType |
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAccessToken() |
String |
getHost()
Obtains the context host.
|
String |
getKerberosToken() |
String |
getLogin()
Obtains the context login.
|
String |
getPassword()
Obtains the context password.
|
int |
getPort()
Obtains the context port.
|
ServerSettings |
getServerSettings()
Obtains the server settings.
|
String |
getSsoToken() |
Context.UserType |
getUserType() |
int |
hashCode() |
boolean |
isLocalAuth()
Obtains how the user is authenticated: local (against Scheduler) or remote (against VDP).
|
boolean |
isWanConnection() |
String |
toString() |
protected static final long serialVersionUID
public String getLogin()
public String getPassword()
public String getHost()
public int getPort()
public ServerSettings getServerSettings()
public boolean isLocalAuth()
true
if the user is going to be authenticated with Scheduler;
false
if the user is going to be authenticated with VDP.public boolean isWanConnection()
public String getSsoToken()
public String getKerberosToken()
public String getAccessToken()
public Context.UserType getUserType()
Copyright © 2022 Denodo Technologies. All rights reserved.