com.retek.rsm.domain.security.bo.impl
Class UserLoginInfoImpl
java.lang.Object
com.retek.platform.bo.IdentifiableImpl
com.retek.platform.bo.BusinessObjectImpl
com.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
Fields inherited from class com.retek.platform.bo.BusinessObjectImpl |
version |
Fields inherited from class com.retek.platform.bo.IdentifiableImpl |
LOG |
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 |
UserLoginInfoImpl
public UserLoginInfoImpl(com.retek.platform.bo.ObjectId objectId)
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