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
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 |
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)