com.atlassian.jira.rest.client.domain
Class Authentication
java.lang.Object
com.atlassian.jira.rest.client.domain.Authentication
public class Authentication
- extends 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
Authentication
public Authentication(LoginInfo loginInfo,
SessionCookie sessionCookie)
getLoginInfo
public LoginInfo getLoginInfo()
getSession
public SessionCookie getSession()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2012 Atlassian Pty Ltd. All Rights Reserved.