Serialized Form
-
Package org.onebusaway.users.client.model
-
Class org.onebusaway.users.client.model.BookmarkBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
name
String name
-
routeFilter
RouteFilterBean routeFilter
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.users.client.model.RouteFilterBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.client.model.UserBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
admin
boolean admin
-
anonymous
boolean anonymous
-
bookmarks
List<BookmarkBean> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocation
boolean defaultLocation
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
disabled
boolean disabled
-
indices
List<UserIndexBean> indices
-
lastSelectedStopIds
List<String> lastSelectedStopIds
-
minApiRequestInterval
Long minApiRequestInterval
-
readServiceAlerts
Map<String,Long> readServiceAlerts
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
-
userId
String userId
-
-
Class org.onebusaway.users.client.model.UserIndexBean extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.users.impl
-
Class org.onebusaway.users.impl.IndexedUserDetailsImpl extends org.springframework.security.core.userdetails.User implements Serializable
- serialVersionUID:
- 2L
-
Serialized Fields
-
_userIndexKey
UserIndexKey _userIndexKey
-
-
-
Package org.onebusaway.users.impl.authentication
-
Class org.onebusaway.users.impl.authentication.DefaultUserAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_credentials
String _credentials
-
-
Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_mode
String _mode
-
-
Class org.onebusaway.users.impl.authentication.EveryLastLoginAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.impl.authentication.SaltedUsernamePasswordAuthenticationToken extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken implements Serializable
-
Serialized Fields
-
credentials
Object credentials
-
principal
Object principal
-
userService
CurrentUserService userService
-
-
-
-
Package org.onebusaway.users.model
-
Class org.onebusaway.users.model.User extends IdentityBean<Integer> implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.UserIndex extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
credentials
String credentials
Credentials encapsulate some secret specific to a UserIndex. For most of the indices, it's just a randomly generated string that is generated when a UserIndex is created so that it can be used in RememberMe cookie generation to keep you from being able to generate a RememberMe cookie using known information. However, for a username + password situation, it could also be the password of some form. -
id
UserIndexKey id
-
user
User user
-
-
Class org.onebusaway.users.model.UserIndexKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.UserPropertiesV1 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarkedStopIds
List<String> bookmarkedStopIds
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
lastSelectedStopId
String lastSelectedStopId
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.UserRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
-
Package org.onebusaway.users.model.properties
-
Class org.onebusaway.users.model.properties.Bookmark extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
-
name
String name
-
routeFilter
RouteFilter routeFilter
-
stopIds
List<String> stopIds
-
-
Class org.onebusaway.users.model.properties.RouteFilter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.model.properties.UserPropertiesV2 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.properties.UserPropertiesV3 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
Class org.onebusaway.users.model.properties.UserPropertiesV4 extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bookmarks
List<Bookmark> bookmarks
-
contactCompany
String contactCompany
-
contactDetails
String contactDetails
-
contactEmail
String contactEmail
-
contactName
String contactName
-
defaultLocationLat
double defaultLocationLat
-
defaultLocationLon
double defaultLocationLon
-
defaultLocationName
String defaultLocationName
-
disabled
boolean disabled
-
minApiRequestInterval
Long minApiRequestInterval
-
readSituationIdsWithReadTime
Map<String,Long> readSituationIdsWithReadTime
-
rememberPreferencesEnabled
boolean rememberPreferencesEnabled
Should we remember preferences for the given user? Set to false if the user wants to disable preferences.
-
-
-
Package org.onebusaway.users.services
-
Class org.onebusaway.users.services.BookmarkException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.services.BookmarksAtCapacityException extends BookmarkException implements Serializable
- serialVersionUID:
- 1L
-
Class org.onebusaway.users.services.LocationAlreadyBookmarkedException extends BookmarkException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.onebusaway.users.services.internal
-
Class org.onebusaway.users.services.internal.UserRegistration extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
registrationCode
String registrationCode
-
userId
int userId
-
-