public class Context
extends java.lang.Object
implements java.io.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(java.lang.Object obj) |
java.lang.String |
getAccessToken() |
java.lang.String |
getClientIP() |
java.lang.String |
getHost()
Obtains the context host.
|
java.lang.String |
getKerberosToken() |
java.lang.String |
getLogin()
Obtains the context login.
|
java.lang.String |
getPassword()
Obtains the context password.
|
int |
getPort()
Obtains the context port.
|
ServerSettings |
getServerSettings()
Obtains the server settings.
|
java.lang.String |
getSsoToken() |
Context.UserType |
getUserType() |
int |
hashCode() |
boolean |
isLocalAuth()
Obtains how the user is authenticated: local (against Scheduler) or remote (against VDP).
|
boolean |
isWanConnection() |
java.lang.String |
toString() |
protected static final long serialVersionUID
public java.lang.String getLogin()
public java.lang.String getPassword()
public java.lang.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 java.lang.String getSsoToken()
public java.lang.String getKerberosToken()
public java.lang.String getAccessToken()
public Context.UserType getUserType()
public java.lang.String getClientIP()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.