A B D G I L N P R S T U V

A

authenticateByLogin(String, int, String) - Method in interface no.sesat.search.user.service.BasicUserService
Authenticates a user by the given username and password.
authenticateByLoginKey(String) - Method in interface no.sesat.search.user.service.BasicUserService
Authenticates a user by the given cookie value.

B

BasicUser - Interface in no.sesat.search.user
A light weight user object used for remote services.
BasicUserService - Interface in no.sesat.search.user.service
Service class with user services.
BooleanEnum - Enum in no.sesat.search.user.enums
Enum used for mapping boolean to varchar.
booleanValue() - Method in enum no.sesat.search.user.enums.BooleanEnum
 

D

deleteUser(BasicUser) - Method in interface no.sesat.search.user.service.BasicUserService
Method that deletes a user from the database.

G

getBasicUserInstance() - Method in interface no.sesat.search.user.User
 
getConfirmed() - Method in interface no.sesat.search.user.UserCredential
 
getConfirmed() - Method in interface no.sesat.search.user.UserLogin
 
getConfirmKey() - Method in interface no.sesat.search.user.UserCredential
 
getConfirmKey() - Method in interface no.sesat.search.user.UserLogin
 
getCookieValue(HttpServletRequest, String) - Static method in class no.sesat.search.user.service.UserCookieUtil
 
getCreated() - Method in interface no.sesat.search.user.BasicUser
 
getCreated() - Method in interface no.sesat.search.user.User
 
getCreated() - Method in interface no.sesat.search.user.UserCookie
 
getCredential() - Method in interface no.sesat.search.user.UserCredential
 
getFirstName() - Method in interface no.sesat.search.user.BasicUser
 
getFullName() - Method in interface no.sesat.search.user.BasicUser
 
getId() - Method in interface no.sesat.search.user.UserCredential
 
getLastLogin() - Method in interface no.sesat.search.user.BasicUser
 
getLastLogin() - Method in interface no.sesat.search.user.User
 
getLastName() - Method in interface no.sesat.search.user.BasicUser
 
getLastUpdated() - Method in interface no.sesat.search.user.User
 
getLogin() - Method in interface no.sesat.search.user.UserLogin
 
getLoginKeyDefaultValue() - Static method in class no.sesat.search.user.service.UserCookieUtil
Return the default value for login key, meaning that the user is not logged in.
getNextLoginKey() - Method in interface no.sesat.search.user.BasicUser
Returns the login key that should be used for the next login.
getPasswordHash() - Method in interface no.sesat.search.user.User
 
getPasswordSalt() - Method in interface no.sesat.search.user.User
 
getProperty(String) - Method in interface no.sesat.search.user.BasicUser
 
getPropertyKey() - Method in interface no.sesat.search.user.UserProperty
 
getPropertyKeys() - Method in interface no.sesat.search.user.BasicUser
 
getPropertyValue() - Method in interface no.sesat.search.user.UserProperty
 
getSeries() - Method in interface no.sesat.search.user.UserCookie
 
getToken() - Method in interface no.sesat.search.user.UserCookie
 
getType() - Method in interface no.sesat.search.user.UserCredential
 
getType() - Method in interface no.sesat.search.user.UserLogin
 
getUpdateTimestamp() - Method in interface no.sesat.search.user.BasicUser
Returns the update timestamp for the object.
getUser() - Method in interface no.sesat.search.user.UserCookie
 
getUser() - Method in interface no.sesat.search.user.UserCredential
 
getUser() - Method in interface no.sesat.search.user.UserLogin
 
getUser() - Method in interface no.sesat.search.user.UserProperty
 
getUserCookieId() - Method in interface no.sesat.search.user.UserCookie
 
getUserCookies() - Method in interface no.sesat.search.user.User
 
getUserCredentials() - Method in interface no.sesat.search.user.User
 
getUserId() - Method in interface no.sesat.search.user.BasicUser
 
getUserId() - Method in interface no.sesat.search.user.User
 
getUserLoginCookie(HttpServletRequest) - Static method in class no.sesat.search.user.service.UserCookieUtil
Look for and return the user login cookie value.
getUserLogins() - Method in interface no.sesat.search.user.User
 
getUsername() - Method in interface no.sesat.search.user.BasicUser
Deprecated. only delegates to getFullName()
getUserProperties() - Method in interface no.sesat.search.user.User
 
getUserPropertiesMap() - Method in interface no.sesat.search.user.User
 
getUserPropertyId() - Method in interface no.sesat.search.user.UserProperty
 
getUserUpdateCookie(HttpServletRequest) - Static method in class no.sesat.search.user.service.UserCookieUtil
Look for and return the user update cookie timestamp.

I

invalidateAllLogins(String) - Method in interface no.sesat.search.user.service.BasicUserService
Method that invalidate all logins for the user belonging to the given login cookie.
invalidateAllLogins(BasicUser) - Method in interface no.sesat.search.user.service.BasicUserService
Method that invalidate all login cookies for the given user.
invalidateLogin(String) - Method in interface no.sesat.search.user.service.BasicUserService
Method that invalidate the given login cookie.
InvalidTokenException - Exception in no.sesat.search.user.service
Exception that is used if an illegal token is used with a login cookie.
InvalidTokenException() - Constructor for exception no.sesat.search.user.service.InvalidTokenException
Default constructor.
InvalidTokenException(String) - Constructor for exception no.sesat.search.user.service.InvalidTokenException
Constructor with an error message.
isDirty(Date) - Method in interface no.sesat.search.user.BasicUser
Returns whether the user object is dirty and needs to be updated or not.
isLegalLoginKey(String) - Method in interface no.sesat.search.user.service.BasicUserService
Returns if the given login key has correct login key syntax.
isValidPassword(String, String) - Method in interface no.sesat.search.user.User
 

L

LOGIN_KEY_SEPARATOR - Static variable in interface no.sesat.search.user.service.BasicUserService
The separator used in login keys.

N

no.sesat.search.user - package no.sesat.search.user
 
no.sesat.search.user.enums - package no.sesat.search.user.enums
 
no.sesat.search.user.service - package no.sesat.search.user.service
 

P

PropertyKey - Enum in no.sesat.search.user.enums
Enum with the different property keys that we support.

R

refreshUser(BasicUser) - Method in interface no.sesat.search.user.service.BasicUserService
Method that takes a user object and refreshes it from the database.
removeUserProperty(BasicUser, String) - Method in interface no.sesat.search.user.service.BasicUserService
Removes a property for the given user.

S

setConfirmed(Date) - Method in interface no.sesat.search.user.UserCredential
 
setConfirmed(Date) - Method in interface no.sesat.search.user.UserLogin
 
setConfirmKey(String) - Method in interface no.sesat.search.user.UserCredential
 
setCreated(Date) - Method in interface no.sesat.search.user.User
 
setCreated(Date) - Method in interface no.sesat.search.user.UserCookie
 
setCredential(String) - Method in interface no.sesat.search.user.UserCredential
 
setLastLogin(Date) - Method in interface no.sesat.search.user.User
 
setLastUpdated(Date) - Method in interface no.sesat.search.user.User
 
setLogin(String) - Method in interface no.sesat.search.user.UserLogin
 
setNextLoginKey(String) - Method in interface no.sesat.search.user.BasicUser
Set the login key that should be used for the next login.
setPassword(String) - Method in interface no.sesat.search.user.User
 
setPasswordHash(String) - Method in interface no.sesat.search.user.User
 
setPasswordSalt(String) - Method in interface no.sesat.search.user.User
 
setPropertyKey(String) - Method in interface no.sesat.search.user.UserProperty
 
setPropertyValue(String) - Method in interface no.sesat.search.user.UserProperty
 
setSeries(String) - Method in interface no.sesat.search.user.UserCookie
 
setToken(String) - Method in interface no.sesat.search.user.UserCookie
 
setType(int) - Method in interface no.sesat.search.user.UserCredential
 
setUpdateTimestamp(Date) - Method in interface no.sesat.search.user.BasicUser
Set the update timestamp for the object.
setUser(User) - Method in interface no.sesat.search.user.UserCookie
 
setUser(User) - Method in interface no.sesat.search.user.UserCredential
 
setUser(User) - Method in interface no.sesat.search.user.UserProperty
 
setUserCookieId(Long) - Method in interface no.sesat.search.user.UserCookie
 
setUserCookies(List<UserCookie>) - Method in interface no.sesat.search.user.User
 
setUserId(Long) - Method in interface no.sesat.search.user.User
 
setUserLoginCookie(HttpServletResponse, String) - Static method in class no.sesat.search.user.service.UserCookieUtil
Set the user login cookie value.
setUserLoginCookieDefault(HttpServletResponse) - Static method in class no.sesat.search.user.service.UserCookieUtil
Set the default user login cookie, signals no login.
setUserLogins(List<UserLogin>) - Method in interface no.sesat.search.user.User
 
setUserProperties(List<UserProperty>) - Method in interface no.sesat.search.user.User
 
setUserProperty(BasicUser, String, String) - Method in interface no.sesat.search.user.service.BasicUserService
Sets a property for the user.
setUserPropertyId(Long) - Method in interface no.sesat.search.user.UserProperty
 
setUserUpdateCookie(HttpServletResponse, Date) - Static method in class no.sesat.search.user.service.UserCookieUtil
Set the user update cookie value.

T

TIMESTAMP_FORMATTER - Static variable in class no.sesat.search.user.service.UserCookieUtil
 

U

User - Interface in no.sesat.search.user
A user object representing the user entity.
USER_COOKIE_PATH - Static variable in class no.sesat.search.user.service.UserCookieUtil
 
USER_LOGIN_COOKIE_KEY - Static variable in class no.sesat.search.user.service.UserCookieUtil
 
USER_UPDATE_COOKIE_KEY - Static variable in class no.sesat.search.user.service.UserCookieUtil
 
UserCookie - Interface in no.sesat.search.user
A user cookie belonging to a user.
UserCookieUtil - Class in no.sesat.search.user.service
Utility class for user cookie handling.
UserCredential - Interface in no.sesat.search.user
A credential a user may have.
UserLogin - Interface in no.sesat.search.user
 
UserProperty - Interface in no.sesat.search.user
A user property belonging to a user.

V

valueOf(String) - Static method in enum no.sesat.search.user.enums.BooleanEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum no.sesat.search.user.enums.PropertyKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum no.sesat.search.user.enums.BooleanEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum no.sesat.search.user.enums.PropertyKey
Returns an array containing the constants of this enum type, in the order they are declared.

A B D G I L N P R S T U V

Copyright © 2009 Schibsted Søk AS. All Rights Reserved.