public class GrouperPassword extends GrouperAPI implements Hib3GrouperVersioned
| Modifier and Type | Class and Description |
|---|---|
static class |
GrouperPassword.Application |
static class |
GrouperPassword.EncryptionType |
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_ALLOWED_FROM_CIDRS
allowed from cidrs
|
static String |
COLUMN_APPLICATION
ws or ui
|
static String |
COLUMN_ENCRYPTION_TYPE
encryption type
|
static String |
COLUMN_ENTITY_TYPE
entity type
|
static String |
COLUMN_FAILED_LOGINS
failed logins
|
static String |
COLUMN_FAILED_SOURCE_ADDRESSES
failed source addresses
|
static String |
COLUMN_ID
db id for this row
|
static String |
COLUMN_IS_HASHED
is_hashed
|
static String |
COLUMN_LAST_AUTHENTICATED
last authenticated
|
static String |
COLUMN_LAST_EDITED
last edited
|
static String |
COLUMN_MEMBER_ID
member_id
|
static String |
COLUMN_PASSWORD
password
|
static String |
COLUMN_RECENT_SOURCE_ADDRESSES
recent source addresses
|
static String |
COLUMN_SALT
salt
|
static String |
COLUMN_USER_NAME
username
|
static String |
FIELD_ALLLOWED_FROM_CIDRS
constant for field name for: allowedFromCidrs
|
static String |
FIELD_APPLICATION
constant for field name for: application
|
static String |
FIELD_ENCRYPTION_TYPE
constant for field name for: encryptionType
|
static String |
FIELD_ENTITY_TYPE
constant for field name for: entityType
|
static String |
FIELD_FAILED_LOGINS
constant for field name for: failedLogins
|
static String |
FIELD_FAILED_SOURCE_ADDRESSES
constant for field name for: failedSourceAddresses
|
static String |
FIELD_ID
constant for field name for: id
|
static String |
FIELD_IS_HASHED
constant for field name for: isHashed
|
static String |
FIELD_LAST_AUTHENTICATED
constant for field name for: lastAuthenticated
|
static String |
FIELD_LAST_EDITED
constant for field name for: lastEdited
|
static String |
FIELD_MEMBER_ID
constant for field name for: memberId
|
static String |
FIELD_RECENT_SOURCE_ADDRESSES
constant for field name for: recentSourceAddresses
|
static String |
FIELD_THE_PASSWORD
constant for field name for: thePassword
|
static String |
FIELD_THE_SALT
constant for field name for: theSalt
|
static String |
FIELD_USER_NAME
constant for field name for: userName
|
static String |
TABLE_GROUPER_PASSWORD
name of the table in the database.
|
COLUMN_HIBERNATE_VERSION_NUMBER, dbVersion, FIELD_DB_VERSION, FIELD_HIBERNATE_VERSION_NUMBER, INITIAL_VERSION_NUMBER| Constructor and Description |
|---|
GrouperPassword() |
dbVersion, dbVersionClear, dbVersionDifferentFields, dbVersionIsDifferent, dbVersionReset, fieldValue, getHibernateVersionNumber, onDelete, onLoad, onPostDelete, onPostSave, onPostUpdate, onPreDelete, onPreSave, onPreUpdate, onSave, onUpdate, setHibernateVersionNumberpublic static final String COLUMN_ID
public static final String COLUMN_USER_NAME
public static final String COLUMN_MEMBER_ID
public static final String COLUMN_ENTITY_TYPE
public static final String COLUMN_IS_HASHED
public static final String COLUMN_ENCRYPTION_TYPE
public static final String COLUMN_SALT
public static final String COLUMN_PASSWORD
public static final String COLUMN_APPLICATION
public static final String COLUMN_ALLOWED_FROM_CIDRS
public static final String COLUMN_RECENT_SOURCE_ADDRESSES
public static final String COLUMN_FAILED_SOURCE_ADDRESSES
public static final String COLUMN_LAST_AUTHENTICATED
public static final String COLUMN_LAST_EDITED
public static final String COLUMN_FAILED_LOGINS
public static final String TABLE_GROUPER_PASSWORD
public static final String FIELD_ID
public static final String FIELD_USER_NAME
public static final String FIELD_MEMBER_ID
public static final String FIELD_ENTITY_TYPE
public static final String FIELD_IS_HASHED
public static final String FIELD_ENCRYPTION_TYPE
public static final String FIELD_THE_SALT
public static final String FIELD_THE_PASSWORD
public static final String FIELD_APPLICATION
public static final String FIELD_ALLLOWED_FROM_CIDRS
public static final String FIELD_RECENT_SOURCE_ADDRESSES
public static final String FIELD_FAILED_SOURCE_ADDRESSES
public static final String FIELD_LAST_AUTHENTICATED
public static final String FIELD_LAST_EDITED
public static final String FIELD_FAILED_LOGINS
public String getId()
public void setId(String id)
id - the id to setpublic String getUsername()
public void setUsername(String username)
userName - the userName to setpublic String getMemberId()
public void setMemberId(String memberId)
memberId - the memberId to setpublic String getEntityType()
public void setEntityType(String entityType)
entityType - the entityType to setpublic String getIsHashedDb()
public boolean isHashed()
public void setHashed(boolean isHashed)
isHashed - the isHashed to setpublic String getEncryptionTypeDb()
public GrouperPassword.EncryptionType getEncryptionType()
public void setEncryptionType(GrouperPassword.EncryptionType encryptionType)
encryptionType - the encryptionType to setpublic String getTheSalt()
public void setTheSalt(String theSalt)
theSalt - the theSalt to setpublic String getThePassword()
public void setThePassword(String thePassword)
thePassword - the thePassword to setpublic Long getLastEdited()
public void setLastEdited(Long lastEdited)
lastEdited - the lastEdited to setpublic String getApplicationDb()
public GrouperPassword.Application getApplication()
public void setApplication(GrouperPassword.Application application)
application - the application to setpublic String getAllowedFromCidrs()
public void setAllowedFromCidrs(String allowedFromCidrs)
allowedFromCidrs - the allowedFromCidrs to setpublic String getRecentSourceAddresses()
public void setRecentSourceAddresses(String recentSourceAddresses)
recentSourceAddresses - the recentSourceAddresses to setpublic String getFailedSourceAddresses()
public void setFailedSourceAddresses(String failedSourceAddresses)
failedSourceAddresses - the failedSourceAddresses to setpublic Long getLastAuthenticated()
public void setLastAuthenticated(Long lastAuthenticated)
lastAuthenticated - the lastAuthenticated to setpublic String getFailedLogins()
public void setFailedLogins(String failedLogins)
failedLogins - the failedLogins to setpublic void setIsHashedDb(String isHashedDb)
isHashedDb - the isHashedDb to setpublic void setEncryptionTypeDb(String encryptionTypeDb)
encryptionTypeDb - the encryptionTypeDb to setpublic void setApplicationDb(String applicationDb)
applicationDb - the applicationDb to setpublic GrouperAPI clone()
GrouperAPIclone in interface GrouperCloneableclone in class GrouperAPIObject.clone()Copyright © 2016 Internet2. All rights reserved.