Module: Crowd::UserAttributeKeys

Defined in:
lib/crowd/user_attribute_keys.rb

Overview

Keys for user attributes

Constant Summary collapse

USERNAME =
"username"
FIRSTNAME =
"givenName"
LASTNAME =
"sn"
DISPLAYNAME =
"displayName"
EMAIL =
"mail"
ICON_LOCATION =
"iconLocation"
PASSWORD_LASTCHANGED =
"passwordLastChanged"
LAST_AUTHENTICATED =
"lastAuthenticated"
INVALID_PASSWORD_ATTEMPTS =
"invalidPasswordAttempts"
REQUIRES_PASSWORD_CHANGE =
"requiresPasswordChange"
ACTIVE =
"active"