|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.connect.infos.XLoginInfo
public class XLoginInfo
Login Information DTO.
| Field Summary | |
|---|---|
boolean |
AdminThe User's admin status. |
String |
APIRandomIDA random ID that should be sent along with all API requests. |
int |
APIVersionThe API version of the server. |
String |
BackChannelHostBack channel access Host. |
String |
BackChannelPathBack channel access Path. |
String |
BackChannelServletNameBack channel access Servlet name. |
String |
BackChannelURLBack channel access URL. |
int |
BranchRevisionThe branch revision of the server. |
boolean |
BugReportingEnabledTrue if bug reporting is enabled. |
String |
ContextNameFront/Back channel access Context name. |
String |
CopyrightYearsThe set of years that this version is copyright. |
String |
FrontChannelHostFront channel access Host. |
String |
FrontChannelPathFront channel access Path. |
String |
FrontChannelServletNameFront channel access Servlet name. |
String |
FrontChannelURLFront channel access URL. |
XHiveInfo |
HiveInfoThe Hive Information DTO for the Hive. |
String |
LogoutURLThe URL to redirect to after user logout to complete the logout process, typically used in SSO integrations. |
String |
MailHostThe mail host that a client can use. |
boolean |
PluginAllowWebDAVPlug-in is WebDAV editing allowed policy. |
String |
PluginDistributionURLPlug-in distribution url. |
int |
RevisionThe revision of the server. |
Date |
ServerDateServer Date. |
List<String> |
ServerHostsList of all Server access hosts. |
String |
ServerMethodServer access method. |
int |
ServerPortServer access port. |
XObjectID |
UserIDThe User ID that was connected. |
XUserInfo |
UserInfoThe User Information DTO for the User that was connected. |
String |
VersionWhat the version string is for the current server version. |
int |
VersionMajorThe major version of the server. |
int |
VersionMinorThe minor version of the server. |
int |
VersionReleaseThe release version of the server. |
| Constructor Summary | |
|---|---|
XLoginInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public XObjectID UserID
public XUserInfo UserInfo
public boolean Admin
public XHiveInfo HiveInfo
public boolean BugReportingEnabled
public String MailHost
public int VersionMajor
public int VersionMinor
public int VersionRelease
public int Revision
public int BranchRevision
public String Version
public String CopyrightYears
public Date ServerDate
public String ServerMethod
public List<String> ServerHosts
public int ServerPort
public String FrontChannelHost
public String BackChannelHost
public String ContextName
public String FrontChannelServletName
public String BackChannelServletName
public String FrontChannelPath
public String BackChannelPath
public String FrontChannelURL
public String BackChannelURL
public String LogoutURL
public int APIVersion
public String APIRandomID
public String PluginDistributionURL
public boolean PluginAllowWebDAV
| Constructor Detail |
|---|
public XLoginInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||