com.atlassian.crowd.openid.server.model.record
Class AuthRecord

java.lang.Object
  extended by com.atlassian.crowd.openid.server.model.EntityObject
      extended by com.atlassian.crowd.openid.server.model.record.AuthRecord
All Implemented Interfaces:
Serializable

public class AuthRecord
extends EntityObject

See Also:
Serialized Form

Constructor Summary
AuthRecord()
           
AuthRecord(User user, Site site, AuthAction authAction)
           
 
Method Summary
 boolean equals(Object o)
           
 AuthAction getAuthAction()
           
 Site getSite()
           
 User getUser()
           
 int hashCode()
           
 void setAuthAction(AuthAction authAction)
           
 void setSite(Site site)
           
 void setUser(User user)
           
 
Methods inherited from class com.atlassian.crowd.openid.server.model.EntityObject
getCreatedDate, getId, getUpdatedDate, setCreatedDate, setId, setUpdatedDate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthRecord

public AuthRecord()

AuthRecord

public AuthRecord(User user,
                  Site site,
                  AuthAction authAction)
Method Detail

getUser

public User getUser()

setUser

public void setUser(User user)

getSite

public Site getSite()

setSite

public void setSite(Site site)

getAuthAction

public AuthAction getAuthAction()

setAuthAction

public void setAuthAction(AuthAction authAction)

equals

public boolean equals(Object o)
Specified by:
equals in class EntityObject

hashCode

public int hashCode()
Specified by:
hashCode in class EntityObject


Copyright © 2013 Atlassian. All Rights Reserved.