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 String
millis since 1970 this password was attemptedstatic final String
db grouper password id for this rowstatic final String
db id for this rowstatic final String
ip address from where the password was attemptedstatic final String
usernamestatic final String
db id for this rowstatic final String
status of the attempt.static final String
name 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_NUMBER
Fields 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()
char
void
onPreSave
(HibernateSession hibernateSession) before a save (insert) occursvoid
setAttemptMillis
(Long attemptMillis) void
setGrouperPasswordId
(String grouperPasswordId) void
void
setIpAddress
(String ipAddress) void
void
void
setStatus
(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:HibGrouperLifecycle
before a save (insert) occurs- Specified by:
onPreSave
in interfaceHibGrouperLifecycle
- Overrides:
onPreSave
in 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:GrouperAPI
deep clone the fields in this object- Specified by:
clone
in interfaceGrouperCloneable
- Specified by:
clone
in classGrouperAPI
- Returns:
- the clone of the object
- See Also:
-