A C D E F G I M O P R S U

A

AbstractUserManager - Class in org.codehaus.plexus.redback.users
AbstractUserManager
AbstractUserManager() - Constructor for class org.codehaus.plexus.redback.users.AbstractUserManager
 
AbstractUserQuery - Class in org.codehaus.plexus.redback.users
Abstract Implementation of UserQuery.
AbstractUserQuery() - Constructor for class org.codehaus.plexus.redback.users.AbstractUserQuery
 
addPreviousEncodedPassword(String) - Method in interface org.codehaus.plexus.redback.users.User
Add encoded password to previously passwords in encoded format.
addUser(User) - Method in interface org.codehaus.plexus.redback.users.UserManager
Add a User.
addUserManagerListener(UserManagerListener) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 
addUserManagerListener(UserManagerListener) - Method in interface org.codehaus.plexus.redback.users.UserManager
Add a UserManagerListener to track major events in the UserManager.
addUserUnchecked(User) - Method in interface org.codehaus.plexus.redback.users.UserManager
Add a user to the database without checking for consistency or adjusting the password.
ALLOWED_ORDER_FIELDS - Static variable in interface org.codehaus.plexus.redback.users.UserQuery
 

C

createUser(String, String, String) - Method in interface org.codehaus.plexus.redback.users.UserManager
Factory method to create new User Objects based on provider specific implementation.
createUserQuery() - Method in interface org.codehaus.plexus.redback.users.UserManager
Factory method to create UserQuerys based on provider specific implementations.

D

deleteUser(Object) - Method in interface org.codehaus.plexus.redback.users.UserManager
Delete a user using the principal.
deleteUser(String) - Method in interface org.codehaus.plexus.redback.users.UserManager
Delete a user using the username.

E

eraseDatabase() - Method in interface org.codehaus.plexus.redback.users.UserManager
 

F

findUser(String) - Method in interface org.codehaus.plexus.redback.users.UserManager
Find a User using a User name.
findUser(Object) - Method in interface org.codehaus.plexus.redback.users.UserManager
Find a User using the principal.
findUsersByEmailKey(String, boolean) - Method in interface org.codehaus.plexus.redback.users.UserManager
 
findUsersByFullNameKey(String, boolean) - Method in interface org.codehaus.plexus.redback.users.UserManager
 
findUsersByQuery(UserQuery) - Method in interface org.codehaus.plexus.redback.users.UserManager
Find users matching properties, ordering and range as specified by the UserQuery.
findUsersByUsernameKey(String, boolean) - Method in interface org.codehaus.plexus.redback.users.UserManager
 
fireUserManagerInit(boolean) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 
fireUserManagerUserAdded(User) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 
fireUserManagerUserRemoved(User) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 
fireUserManagerUserUpdated(User) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 

G

getAccountCreationDate() - Method in interface org.codehaus.plexus.redback.users.User
Get the Creation Date for this account.
getCountFailedLoginAttempts() - Method in interface org.codehaus.plexus.redback.users.User
Get Count of Failed Login Attempts.
getEmail() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getEmail() - Method in interface org.codehaus.plexus.redback.users.User
Gets the email address for this user.
getEmail() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the case insensitive substring email criteria.
getEncodedPassword() - Method in interface org.codehaus.plexus.redback.users.User
Gets the Encoded Password.
getFirstResult() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getFirstResult() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the index (zero based) of the first result to include.
getFullName() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getFullName() - Method in interface org.codehaus.plexus.redback.users.User
Gets the Full Name for this user.
getFullName() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the case insensitive substring full name criteria.
getId() - Method in interface org.codehaus.plexus.redback.users.UserManager
And Identifier for the UserManager.
getLastLoginDate() - Method in interface org.codehaus.plexus.redback.users.User
Get the Last Successful Login Date for this account.
getLastPasswordChange() - Method in interface org.codehaus.plexus.redback.users.User
Gets the Date of the Last Password Change.
getMaxResults() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getMaxResults() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the maximum number of users to return.
getOrderBy() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getOrderBy() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the property used to order the results of this query.
getPassword() - Method in interface org.codehaus.plexus.redback.users.User
Gets the Raw (unencoded) Password.
getPreviousEncodedPasswords() - Method in interface org.codehaus.plexus.redback.users.User
Gets the list of previous password (in encoded format).
getPrincipal() - Method in interface org.codehaus.plexus.redback.users.User
This is the object used to track the user within the provider.
getString(String) - Static method in class org.codehaus.plexus.redback.users.Messages
Get a Message as-is from the Resource Bundle.
getString(String, Object) - Static method in class org.codehaus.plexus.redback.users.Messages
Gets a Message from the Resource Bundle, with {1} and {2} style arguments.
getString(String, Object[]) - Static method in class org.codehaus.plexus.redback.users.Messages
Gets a Message from the Resource Bundle, with {1} and {2} style arguments.
getUsername() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
getUsername() - Method in interface org.codehaus.plexus.redback.users.User
Gets the User Name for this user.
getUsername() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns the case insensitive substring user name criteria.
getUsers() - Method in interface org.codehaus.plexus.redback.users.UserManager
Get the List of User objects.
getUsers(boolean) - Method in interface org.codehaus.plexus.redback.users.UserManager
 

I

isAscending() - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
isAscending() - Method in interface org.codehaus.plexus.redback.users.UserQuery
Returns true if the results should be returned in ascending order.
isLocked() - Method in interface org.codehaus.plexus.redback.users.User
Determines if this user account is locked from use or not.
isPasswordChangeRequired() - Method in interface org.codehaus.plexus.redback.users.User
Determines if this user account must change their password on next login.
isPermanent() - Method in interface org.codehaus.plexus.redback.users.User
Gets the flag indicating if this user is a permanent user or not.
isReadOnly() - Method in interface org.codehaus.plexus.redback.users.UserManager
Is the UserManager read only? if so then create and modify actions are to be disabled
isValidated() - Method in interface org.codehaus.plexus.redback.users.User
Gets the flag indicating if this user has been validated (or not)

M

Messages - Class in org.codehaus.plexus.redback.users
Localized Message Handling.

O

ORDER_BY_EMAIL - Static variable in interface org.codehaus.plexus.redback.users.UserQuery
 
ORDER_BY_FULLNAME - Static variable in interface org.codehaus.plexus.redback.users.UserQuery
 
ORDER_BY_USERNAME - Static variable in interface org.codehaus.plexus.redback.users.UserQuery
 
org.codehaus.plexus.redback.users - package org.codehaus.plexus.redback.users
 

P

PermanentUserException - Exception in org.codehaus.plexus.redback.users
PermanentUserException - tossed when a forbidden action against a permanent user occurs.
PermanentUserException() - Constructor for exception org.codehaus.plexus.redback.users.PermanentUserException
 
PermanentUserException(String, Throwable) - Constructor for exception org.codehaus.plexus.redback.users.PermanentUserException
 
PermanentUserException(String) - Constructor for exception org.codehaus.plexus.redback.users.PermanentUserException
 
PermanentUserException(Throwable) - Constructor for exception org.codehaus.plexus.redback.users.PermanentUserException
 

R

removeUserManagerListener(UserManagerListener) - Method in class org.codehaus.plexus.redback.users.AbstractUserManager
 
removeUserManagerListener(UserManagerListener) - Method in interface org.codehaus.plexus.redback.users.UserManager
Remove a UserManagerListener from the collection of listeners.
ROLE - Static variable in interface org.codehaus.plexus.redback.users.User
The Plexus ROLE for this interface.
ROLE - Static variable in interface org.codehaus.plexus.redback.users.UserManager
 

S

setAscending(boolean) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setAscending(boolean) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Set this to true if the results should be returned in ascending order.
setCountFailedLoginAttempts(int) - Method in interface org.codehaus.plexus.redback.users.User
Set the count of failed login attempts.
setEmail(String) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setEmail(String) - Method in interface org.codehaus.plexus.redback.users.User
Sets the email address for this user.
setEmail(String) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the case insensitive substring email criteria.
setEncodedPassword(String) - Method in interface org.codehaus.plexus.redback.users.User
Sets the Encoded Password.
setFirstResult(int) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setFirstResult(int) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the index (zero based) of the first result to include.
setFullName(String) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setFullName(String) - Method in interface org.codehaus.plexus.redback.users.User
Sets the Full Name for this user.
setFullName(String) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the case insensitive substring full name criteria.
setLastLoginDate(Date) - Method in interface org.codehaus.plexus.redback.users.User
Sets the Last Successful Login Date for this account.
setLastPasswordChange(Date) - Method in interface org.codehaus.plexus.redback.users.User
Sets the Last Password Change Date.
setLocked(boolean) - Method in interface org.codehaus.plexus.redback.users.User
Sets the locked state of this account.
setMaxResults(int) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setMaxResults(int) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the maximum number of users to return.
setOrderBy(String) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setOrderBy(String) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the property used to order the results of this query.
setPassword(String) - Method in interface org.codehaus.plexus.redback.users.User
Sets the raw (unencoded) password for this user.
setPasswordChangeRequired(boolean) - Method in interface org.codehaus.plexus.redback.users.User
Sets the flag to indicate if this user must change their password on next login.
setPermanent(boolean) - Method in interface org.codehaus.plexus.redback.users.User
Sets the permanent flag for this user.
setPreviousEncodedPasswords(List) - Method in interface org.codehaus.plexus.redback.users.User
Sets the list of previous passwords (in encoded format)
setUsername(String) - Method in class org.codehaus.plexus.redback.users.AbstractUserQuery
 
setUsername(String) - Method in interface org.codehaus.plexus.redback.users.User
Sets the User Name for this user.
setUsername(String) - Method in interface org.codehaus.plexus.redback.users.UserQuery
Sets the case insensitive substring user name criteria.
setValidated(boolean) - Method in interface org.codehaus.plexus.redback.users.User
Sets the flag indicating if this user has been validated (or not)

U

updateUser(User) - Method in interface org.codehaus.plexus.redback.users.UserManager
Update a User.
User - Interface in org.codehaus.plexus.redback.users
The User Object.
userExists(Object) - Method in interface org.codehaus.plexus.redback.users.UserManager
true if the user exists, false if it doesn't
UserManager - Interface in org.codehaus.plexus.redback.users
User Manager Interface
UserManagerException - Exception in org.codehaus.plexus.redback.users
UserManagerException
UserManagerException() - Constructor for exception org.codehaus.plexus.redback.users.UserManagerException
 
UserManagerException(String, Throwable) - Constructor for exception org.codehaus.plexus.redback.users.UserManagerException
 
UserManagerException(String) - Constructor for exception org.codehaus.plexus.redback.users.UserManagerException
 
UserManagerException(Throwable) - Constructor for exception org.codehaus.plexus.redback.users.UserManagerException
 
userManagerInit(boolean) - Method in interface org.codehaus.plexus.redback.users.UserManagerListener
 
UserManagerListener - Interface in org.codehaus.plexus.redback.users
UserManagerListener
userManagerUserAdded(User) - Method in interface org.codehaus.plexus.redback.users.UserManagerListener
 
userManagerUserRemoved(User) - Method in interface org.codehaus.plexus.redback.users.UserManagerListener
 
userManagerUserUpdated(User) - Method in interface org.codehaus.plexus.redback.users.UserManagerListener
 
UserNotFoundException - Exception in org.codehaus.plexus.redback.users
 
UserNotFoundException(String) - Constructor for exception org.codehaus.plexus.redback.users.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for exception org.codehaus.plexus.redback.users.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for exception org.codehaus.plexus.redback.users.UserNotFoundException
 
UserQuery - Interface in org.codehaus.plexus.redback.users
 

A C D E F G I M O P R S U

Copyright © 2006-2008 Codehaus. All Rights Reserved.