C G I L M S V

C

com.jp.windows.live - package com.jp.windows.live
 

G

getBinarySecurityToken() - Method in class com.jp.windows.live.SecurityToken
Returns binarySecurityToken value.
getDetailedMessage() - Method in class com.jp.windows.live.LogonManagerException
Returns detailed message
getErrorCode() - Method in class com.jp.windows.live.LogonManagerException
Returns error code if any
getErrorText() - Method in class com.jp.windows.live.LogonManagerException
Returns error text if any
getExpireDate() - Method in class com.jp.windows.live.SecurityToken
Returns expireDate value
getIssueDate() - Method in class com.jp.windows.live.SecurityToken
Returns issueDate value
getSOAPBody() - Method in class com.jp.windows.live.SecurityToken
Returns SOAPBody of the response returned by the Windows Live ID service
getSOAPFault() - Method in class com.jp.windows.live.LogonManagerException
Returns SOAPFault part of the response got from the Windows Live ID service as result of failed logon.

I

isValid() - Method in class com.jp.windows.live.SecurityToken
Checks whether this SecurityToken is valid.

L

logon(String, String, String) - Method in class com.jp.windows.live.LogonManager
Logons to the Windows Live ID and returns SecurityToken if logon succeeded.
logon(String, String, String, String) - Method in class com.jp.windows.live.LogonManager
Logons to the Windows Live ID and returns SecurityToken if logon succeeded.
LogonManager - Class in com.jp.windows.live
This class provides ability to logon to the Windows Live ID service and obtain SecurityToken.
LogonManager() - Constructor for class com.jp.windows.live.LogonManager
Creates a new instance of the LogonManager and initializes it with default Windows Live ID service url (https://dev.login.live.com/wstlogin.srf)
LogonManager(String) - Constructor for class com.jp.windows.live.LogonManager
Creates a new instance of the LogonManager
LogonManagerException - Class in com.jp.windows.live
An exception that signals that login to the Windows Live ID failed.

M

main(String[]) - Static method in class com.jp.windows.live.LogonManager
 
main(String[]) - Static method in class com.jp.windows.live.Version
 

S

SecurityToken - Class in com.jp.windows.live
This class holds the result of successful login to the Windows Live ID.
SUB_VERSION - Static variable in class com.jp.windows.live.Version
 

V

Version - Class in com.jp.windows.live
 
Version() - Constructor for class com.jp.windows.live.Version
 
VERSION - Static variable in class com.jp.windows.live.Version
 

C G I L M S V