com.retek.rsm.domain.security.bo.impl
Class UserLoginInfoImpl

java.lang.Object
  extended bycom.retek.platform.bo.IdentifiableImpl
      extended bycom.retek.platform.bo.BusinessObjectImpl
          extended bycom.retek.rsm.domain.security.bo.impl.UserLoginInfoImpl
All Implemented Interfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable, UserLoginInfo

public class UserLoginInfoImpl
extends com.retek.platform.bo.BusinessObjectImpl
implements UserLoginInfo


Field Summary
 
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl
version
 
Fields inherited from class com.retek.platform.bo.IdentifiableImpl
LOG
 
Constructor Summary
UserLoginInfoImpl(com.retek.platform.bo.ObjectId objectId)
           
 
Method Summary
 int getCurrentAuthenticationFailures()
           
 com.retek.platform.util.type.RDate getLastFailureDate()
           
 com.retek.platform.util.type.security.User getUser()
           
 void incrementCurrentAuthenticationFailures()
           
 void setCurrentAuthenticationFailures(int currentAuthFailures)
           
 void setLastFailureDate(com.retek.platform.util.type.RDate lastFailureDate)
           
 void setUser(com.retek.platform.util.type.security.User user)
           
 
Methods inherited from class com.retek.platform.bo.BusinessObjectImpl
checkInvariants, getBusinessInterface, getVersion, toReference, toString, validate, validateProperty, validateProperty
 
Methods inherited from class com.retek.platform.bo.IdentifiableImpl
equals, getObjectId, hashCode, setObjectId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.platform.bo.BusinessObject
checkInvariants, getBusinessInterface, getVersion, validate, validateProperty, validateProperty
 
Methods inherited from interface com.retek.platform.bo.Identifiable
getObjectId, toReference
 

Constructor Detail

UserLoginInfoImpl

public UserLoginInfoImpl(com.retek.platform.bo.ObjectId objectId)
Method Detail

getUser

public com.retek.platform.util.type.security.User getUser()
Specified by:
getUser in interface UserLoginInfo

getCurrentAuthenticationFailures

public int getCurrentAuthenticationFailures()
Specified by:
getCurrentAuthenticationFailures in interface UserLoginInfo

getLastFailureDate

public com.retek.platform.util.type.RDate getLastFailureDate()
Specified by:
getLastFailureDate in interface UserLoginInfo

setUser

public void setUser(com.retek.platform.util.type.security.User user)
Specified by:
setUser in interface UserLoginInfo

incrementCurrentAuthenticationFailures

public void incrementCurrentAuthenticationFailures()
Specified by:
incrementCurrentAuthenticationFailures in interface UserLoginInfo

setCurrentAuthenticationFailures

public void setCurrentAuthenticationFailures(int currentAuthFailures)

setLastFailureDate

public void setLastFailureDate(com.retek.platform.util.type.RDate lastFailureDate)
Specified by:
setLastFailureDate in interface UserLoginInfo