public class InforContext extends Object implements Serializable
| Constructor and Description |
|---|
InforContext() |
InforContext(Credentials credentials) |
InforContext(String sessionID) |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
getCredentials() |
Boolean |
getKeepSession() |
String |
getOrganizationCode() |
String |
getSessionID() |
Signature |
getSignature() |
String |
getTenant() |
void |
setCredentials(Credentials credentials) |
void |
setKeepSession(Boolean keepSession) |
void |
setOrganizationCode(String organizationCode) |
void |
setSessionID(String sessionID) |
void |
setSignature(Signature signature) |
void |
setTenant(String tenant) |
public InforContext()
public InforContext(Credentials credentials)
public InforContext(String sessionID)
public Credentials getCredentials()
public String getSessionID()
public String getOrganizationCode()
public void setCredentials(Credentials credentials)
public void setSessionID(String sessionID)
public void setOrganizationCode(String organizationCode)
public String getTenant()
public void setTenant(String tenant)
public Signature getSignature()
public void setSignature(Signature signature)
public Boolean getKeepSession()
public void setKeepSession(Boolean keepSession)
Copyright © 2021 CERN European Organization for Nuclear Research. All rights reserved.