Class GrouperPasswordRecentlyUsed
java.lang.Object
edu.internet2.middleware.grouper.GrouperAPI
edu.internet2.middleware.grouper.authentication.GrouperPasswordRecentlyUsed
- All Implemented Interfaces:
HibGrouperLifecycle,Hib3GrouperVersioned,GrouperCloneable,GrouperUtil.FieldValuable,Serializable,org.hibernate.classic.Lifecycle
object to store recently used password
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringmillis since 1970 this password was attemptedstatic final Stringdb grouper password id for this rowstatic final Stringdb id for this rowstatic final Stringip address from where the password was attemptedstatic final Stringusernamestatic final Stringdb id for this rowstatic final Stringstatus of the attempt.static final Stringname of the table in the database.Fields inherited from class edu.internet2.middleware.grouper.GrouperAPI
COLUMN_HIBERNATE_VERSION_NUMBER, dbVersion, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBERFields inherited from interface org.hibernate.classic.Lifecycle
NO_VETO, VETO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()deep clone the fields in this objectgetId()charvoidonPreSave(HibernateSession hibernateSession) before a save (insert) occursvoidsetAttemptMillis(Long attemptMillis) voidsetGrouperPasswordId(String grouperPasswordId) voidvoidsetIpAddress(String ipAddress) voidvoidvoidsetStatus(char status) Methods inherited from class edu.internet2.middleware.grouper.GrouperAPI
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreUpdate, onSave, onUpdate, setHibernateVersionNumber
-
Field Details
-
COLUMN_ID
db id for this row- See Also:
-
COLUMN_GROUPER_PASSWORD_ID
db grouper password id for this row- See Also:
-
COLUMN_JWT_JTI
db id for this row- See Also:
-
COLUMN_JWT_IAT
username- See Also:
-
COLUMN_ATTEMPT_MILLIS
millis since 1970 this password was attempted- See Also:
-
COLUMN_IP_ADDRESS
ip address from where the password was attempted- See Also:
-
COLUMN_STATUS
status of the attempt. S/F/E etc- See Also:
-
TABLE_GROUPER_PASSWORD_RECENTLY_USED
name of the table in the database.- See Also:
-
-
Constructor Details
-
GrouperPasswordRecentlyUsed
public GrouperPasswordRecentlyUsed()
-
-
Method Details
-
onPreSave
Description copied from interface:HibGrouperLifecyclebefore a save (insert) occurs- Specified by:
onPreSavein interfaceHibGrouperLifecycle- Overrides:
onPreSavein classGrouperAPI- See Also:
-
getId
-
setId
-
getJwtJti
-
setJwtJti
-
getJwtIat
-
setJwtIat
-
getIpAddress
-
setIpAddress
-
getStatus
public char getStatus() -
setStatus
public void setStatus(char status) -
getGrouperPasswordId
-
setGrouperPasswordId
-
getAttemptMillis
-
setAttemptMillis
-
clone
Description copied from class:GrouperAPIdeep clone the fields in this object- Specified by:
clonein interfaceGrouperCloneable- Specified by:
clonein classGrouperAPI- Returns:
- the clone of the object
- See Also:
-