Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.connect.infos
Class XLoginInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.connect.infos.XLoginInfo


public class XLoginInfo
extends XDTO

Login Information DTO.


Field Summary
 boolean Admin
          The User's admin status.
 String APIRandomID
          A random ID that should be sent along with all API requests.
 int APIVersion
          The API version of the server.
 String BackChannelHost
          Back channel access Host.
 String BackChannelPath
          Back channel access Path.
 String BackChannelServletName
          Back channel access Servlet name.
 String BackChannelURL
          Back channel access URL.
 int BranchRevision
          The branch revision of the server.
 boolean BugReportingEnabled
          True if bug reporting is enabled.
 String ContextName
          Front/Back channel access Context name.
 String CopyrightYears
          The set of years that this version is copyright.
 String FrontChannelHost
          Front channel access Host.
 String FrontChannelPath
          Front channel access Path.
 String FrontChannelServletName
          Front channel access Servlet name.
 String FrontChannelURL
          Front channel access URL.
 XHiveInfo HiveInfo
          The Hive Information DTO for the Hive.
 String LogoutURL
          The URL to redirect to after user logout to complete the logout process, typically used in SSO integrations.
 String MailHost
          The mail host that a client can use.
 boolean PluginAllowWebDAV
          Plug-in is WebDAV editing allowed policy.
 String PluginDistributionURL
          Plug-in distribution url.
 int Revision
          The revision of the server.
 Date ServerDate
          Server Date.
 List<String> ServerHosts
          List of all Server access hosts.
 String ServerMethod
          Server access method.
 int ServerPort
          Server access port.
 XObjectID UserID
          The User ID that was connected.
 XUserInfo UserInfo
          The User Information DTO for the User that was connected.
 String Version
          What the version string is for the current server version.
 int VersionMajor
          The major version of the server.
 int VersionMinor
          The minor version of the server.
 int VersionRelease
          The 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

UserID

public XObjectID UserID
The User ID that was connected.

UserInfo

public XUserInfo UserInfo
The User Information DTO for the User that was connected.

Admin

public boolean Admin
The User's admin status.

HiveInfo

public XHiveInfo HiveInfo
The Hive Information DTO for the Hive.

BugReportingEnabled

public boolean BugReportingEnabled
True if bug reporting is enabled.

MailHost

public String MailHost
The mail host that a client can use.

VersionMajor

public int VersionMajor
The major version of the server.

VersionMinor

public int VersionMinor
The minor version of the server.

VersionRelease

public int VersionRelease
The release version of the server.

Revision

public int Revision
The revision of the server. This is the SVN revision at the current time.

BranchRevision

public int BranchRevision
The branch revision of the server. This is the SVN revision of the branch at the current time or zero if on trunk.

Version

public String Version
What the version string is for the current server version.

CopyrightYears

public String CopyrightYears
The set of years that this version is copyright.

ServerDate

public Date ServerDate
Server Date. Useful to sync Dates sent by server to local time.

ServerMethod

public String ServerMethod
Server access method.

ServerHosts

public List<String> ServerHosts
List of all Server access hosts.

ServerPort

public int ServerPort
Server access port.

FrontChannelHost

public String FrontChannelHost
Front channel access Host.

BackChannelHost

public String BackChannelHost
Back channel access Host.

ContextName

public String ContextName
Front/Back channel access Context name.

FrontChannelServletName

public String FrontChannelServletName
Front channel access Servlet name.

BackChannelServletName

public String BackChannelServletName
Back channel access Servlet name.

FrontChannelPath

public String FrontChannelPath
Front channel access Path.

BackChannelPath

public String BackChannelPath
Back channel access Path.

FrontChannelURL

public String FrontChannelURL
Front channel access URL.

BackChannelURL

public String BackChannelURL
Back channel access URL.

LogoutURL

public String LogoutURL
The URL to redirect to after user logout to complete the logout process, typically used in SSO integrations. May be null if this step is not necessary.

APIVersion

public int APIVersion
The API version of the server. The client and server MUST match.

APIRandomID

public String APIRandomID
A random ID that should be sent along with all API requests.

PluginDistributionURL

public String PluginDistributionURL
Plug-in distribution url.

PluginAllowWebDAV

public boolean PluginAllowWebDAV
Plug-in is WebDAV editing allowed policy.

Constructor Detail

XLoginInfo

public XLoginInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.