com.retek.rsm.domain.security.bo
Interface UserLoginInfo

All Superinterfaces:
com.retek.platform.bo.BusinessObject, com.retek.platform.bo.Identifiable
All Known Implementing Classes:
UserLoginInfoImpl

public interface UserLoginInfo
extends com.retek.platform.bo.BusinessObject


Method Summary
 int getCurrentAuthenticationFailures()
           
 com.retek.platform.util.type.RDate getLastFailureDate()
           
 com.retek.platform.util.type.security.User getUser()
           
 void incrementCurrentAuthenticationFailures()
           
 void setLastFailureDate(com.retek.platform.util.type.RDate date)
           
 void setUser(com.retek.platform.util.type.security.User user)
           
 
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
 

Method Detail

getUser

public com.retek.platform.util.type.security.User getUser()

getCurrentAuthenticationFailures

public int getCurrentAuthenticationFailures()

getLastFailureDate

public com.retek.platform.util.type.RDate getLastFailureDate()

setUser

public void setUser(com.retek.platform.util.type.security.User user)

incrementCurrentAuthenticationFailures

public void incrementCurrentAuthenticationFailures()

setLastFailureDate

public void setLastFailureDate(com.retek.platform.util.type.RDate date)