| java.lang.Object org.sakaiproject.user.impl.BaseUserDirectoryService org.sakaiproject.user.impl.DbUserService org.sakaiproject.user.impl.UserServiceTest
UserServiceTest | public class UserServiceTest extends DbUserService (Code) | |
UserServiceTest extends the db user service providing the dependency injectors for testing.
|
sqlService | protected SqlService sqlService()(Code) | | the MemoryService collaborator. |
Methods inherited from org.sakaiproject.user.impl.BaseUserDirectoryService | protected void addLiveProperties(BaseUserEdit edit)(Code)(Java Doc) protected void addLiveUpdateProperties(BaseUserEdit edit)(Code)(Java Doc) public UserEdit addUser(String id, String eid) throws UserIdInvalidException, UserAlreadyDefinedException, UserPermissionException(Code)(Java Doc) public User addUser(String id, String eid, String firstName, String lastName, String email, String pw, String type, ResourceProperties properties) throws UserIdInvalidException, UserAlreadyDefinedException, UserPermissionException(Code)(Java Doc) public boolean allowAddUser()(Code)(Java Doc) public boolean allowRemoveUser(String id)(Code)(Java Doc) public boolean allowUpdateUser(String id)(Code)(Java Doc) public boolean allowUpdateUserEmail(String id)(Code)(Java Doc) public boolean allowUpdateUserName(String id)(Code)(Java Doc) public boolean allowUpdateUserPassword(String id)(Code)(Java Doc) public boolean allowUpdateUserType(String id)(Code)(Java Doc) public String archive(String siteId, Document doc, Stack stack, String archivePath, List attachments)(Code)(Java Doc) protected String assureUuid(String id, String eid)(Code)(Java Doc) public User authenticate(String eid, String password)(Code)(Java Doc) abstract protected AuthzGroupService authzGroupService()(Code)(Java Doc) public void cancelEdit(UserEdit user)(Code)(Java Doc) protected String cleanEid(String eid)(Code)(Java Doc) protected String cleanId(String id)(Code)(Java Doc) public void commitEdit(UserEdit user) throws UserAlreadyDefinedException(Code)(Java Doc) public int countSearchUsers(String criteria)(Code)(Java Doc) public int countUsers()(Code)(Java Doc) public void destroy()(Code)(Java Doc) public void destroyAuthentication()(Code)(Java Doc) public UserEdit editUser(String id) throws UserNotDefinedException, UserPermissionException, UserLockedException(Code)(Java Doc) abstract protected EntityManager entityManager()(Code)(Java Doc) abstract protected EventTrackingService eventTrackingService()(Code)(Java Doc) public Collection findUsersByEmail(String email)(Code)(Java Doc) abstract protected FunctionManager functionManager()(Code)(Java Doc) protected String getAccessPoint(boolean relative)(Code)(Java Doc) public User getAnonymousUser()(Code)(Java Doc) public User getCurrentUser()(Code)(Java Doc) public Time getDate(Entity r)(Code)(Java Doc) public Entity getEntity(Reference ref)(Code)(Java Doc) public Collection getEntityAuthzGroups(Reference ref, String userId)(Code)(Java Doc) public String getEntityDescription(Reference ref)(Code)(Java Doc) public ResourceProperties getEntityResourceProperties(Reference ref)(Code)(Java Doc) public String getEntityUrl(Reference ref)(Code)(Java Doc) public HttpAccess getHttpAccess()(Code)(Java Doc) public String getLabel()(Code)(Java Doc) public String getOwnerId(Entity r)(Code)(Java Doc) public User getUser(String id) throws UserNotDefinedException(Code)(Java Doc) public User getUserByEid(String eid) throws UserNotDefinedException(Code)(Java Doc) public String getUserEid(String id) throws UserNotDefinedException(Code)(Java Doc) public String getUserId(String eid) throws UserNotDefinedException(Code)(Java Doc) public List getUsers(Collection ids)(Code)(Java Doc) public List getUsers()(Code)(Java Doc) public List getUsers(int first, int last)(Code)(Java Doc) abstract protected IdManager idManager()(Code)(Java Doc) public void init()(Code)(Java Doc) public boolean isDraft(Entity r)(Code)(Java Doc) abstract protected MemoryService memoryService()(Code)(Java Doc) public String merge(String siteId, Element root, String archivePath, String fromSiteId, Map attachmentNames, Map userIdTrans, Set userListAllowImport)(Code)(Java Doc) public UserEdit mergeUser(Element el) throws UserIdInvalidException, UserAlreadyDefinedException, UserPermissionException(Code)(Java Doc) public Entity newContainer(String ref)(Code)(Java Doc) public Entity newContainer(Element element)(Code)(Java Doc) public Entity newContainer(Entity other)(Code)(Java Doc) public Edit newContainerEdit(String ref)(Code)(Java Doc) public Edit newContainerEdit(Element element)(Code)(Java Doc) public Edit newContainerEdit(Entity other)(Code)(Java Doc) public Entity newResource(Entity container, String id, Object[] others)(Code)(Java Doc) public Entity newResource(Entity container, Element element)(Code)(Java Doc) public Entity newResource(Entity container, Entity other)(Code)(Java Doc) public Edit newResourceEdit(Entity container, String id, Object[] others)(Code)(Java Doc) public Edit newResourceEdit(Entity container, Element element)(Code)(Java Doc) public Edit newResourceEdit(Entity container, Entity other)(Code)(Java Doc) abstract protected Storage newStorage()(Code)(Java Doc) public UserEdit newUser()(Code)(Java Doc) public boolean parseEntityReference(String reference, Reference ref)(Code)(Java Doc) public void removeUser(UserEdit user) throws UserPermissionException(Code)(Java Doc) public List searchUsers(String criteria, int first, int last)(Code)(Java Doc) abstract protected SecurityService securityService()(Code)(Java Doc) abstract protected ServerConfigurationService serverConfigurationService()(Code)(Java Doc) abstract protected SessionManager sessionManager()(Code)(Java Doc) public void setCacheCleanerMinutes(String time)(Code)(Java Doc) public void setCacheMinutes(String time)(Code)(Java Doc) public void setCaseSensitiveId(String value)(Code)(Java Doc) public void setProvider(UserDirectoryProvider provider)(Code)(Java Doc) public void setSeparateIdEid(String value)(Code)(Java Doc) public Object[] storageFields(Entity r)(Code)(Java Doc) abstract protected ThreadLocalManager threadLocalManager()(Code)(Java Doc) abstract protected TimeService timeService()(Code)(Java Doc) protected String unlock(String lock, String resource) throws UserPermissionException(Code)(Java Doc) protected List unlock(List locks, String resource) throws UserPermissionException(Code)(Java Doc) protected void unlock2(String lock1, String lock2, String resource) throws UserPermissionException(Code)(Java Doc) protected boolean unlockCheck(String lock, String resource)(Code)(Java Doc) protected boolean unlockCheck(List locks, String resource)(Code)(Java Doc) protected boolean unlockCheck2(String lock1, String lock2, String resource)(Code)(Java Doc) protected String userId(String ref)(Code)(Java Doc) public String userReference(String id)(Code)(Java Doc) public boolean willArchiveMerge()(Code)(Java Doc)
|
|
|