Skip navigation links

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

E20955-01


waggle.common.modules.connect.infos
Class XLoginCredentialsInfo

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


public class XLoginCredentialsInfo
extends XDTO

Login Credentials Information DTO.


Field Summary
 String UserName
          The user name.
 String UserPassword
          The user password.

 

Constructor Summary
XLoginCredentialsInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

UserName

public String UserName
The user name. This will be their email address.

UserPassword

public String UserPassword
The user password. Yes this is in clear text. They should be using an HTTPS connection.

Constructor Detail

XLoginCredentialsInfo

public XLoginCredentialsInfo()

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.