com.atlassian.jira.rest.client.api.domain
Class Authentication
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Authentication
public class Authentication
- extends java.lang.Object
Basic Authentication information of the current user session (if the connection maintains the session)
or just authentication info from the last remote call (when the connection is stateless - usually
recommended for really RESTful designs).
- Since:
- v0.1
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Authentication
public Authentication(LoginInfo loginInfo,
SessionCookie sessionCookie)
getLoginInfo
public LoginInfo getLoginInfo()
getSession
public SessionCookie getSession()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2013 Atlassian. All Rights Reserved.