|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jp.windows.live.SecurityToken
public class SecurityToken
This class holds the result of successful login to the Windows Live ID.
| Method Summary | |
|---|---|
java.lang.String |
getBinarySecurityToken()
Returns binarySecurityToken value. |
java.util.Date |
getExpireDate()
Returns expireDate value |
java.util.Date |
getIssueDate()
Returns issueDate value |
SOAPBody |
getSOAPBody()
Returns SOAPBody of the response returned by the Windows Live ID service |
boolean |
isValid()
Checks whether this SecurityToken is valid. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public boolean isValid()
binarySecurityToken property is
not empty.
true if SecurityToken is valid; false otherwise.public java.lang.String getBinarySecurityToken()
binarySecurityToken value. This value is also known as passportTicket. It should
be passed to various systems as the confirmation of successful logon to allow access to desired funtionality.
binarySecurityToken valuepublic java.util.Date getIssueDate()
issueDate value
issueDate valuepublic java.util.Date getExpireDate()
expireDate value
expireDate valuepublic SOAPBody getSOAPBody()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||