|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.opencmis.users.OwUsersRepositoryAlfresco
public class OwUsersRepositoryAlfresco
User repository implementation based on a connection to an Alfresco server (Using the REST API).
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwUsersRepositoryAlfresco(String baseURL,
String userName,
String password)
|
Method Summary | |
---|---|
Set<OwGroup> |
findGroupsForUserID(String id)
|
Set<OwGroup> |
findGroupsMatching(String pattern)
The pattern can be applied to the group's id (shortName field in the REST response) only. |
Set<OwUserRole> |
findRolesMatching(String pattern)
|
com.wewebu.ow.server.ecm.OwUserInfo |
findUserByID(String id)
Tries to find a user by his/her ID. |
com.wewebu.ow.server.ecm.OwObjectCollection |
findUsersMatching(String pattern)
Find users that match the pattern. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwUsersRepositoryAlfresco(String baseURL, String userName, String password)
baseURL
- password
- userName
- Method Detail |
---|
public com.wewebu.ow.server.ecm.OwUserInfo findUserByID(String id) throws OwUserRepositoryException
OwUsersRepository
findUserByID
in interface OwUsersRepository
OwUserRepositoryException
public Set<OwGroup> findGroupsMatching(String pattern) throws OwUserRepositoryException
findGroupsMatching
in interface OwUsersRepository
OwUserRepositoryException
public Set<OwGroup> findGroupsForUserID(String id) throws OwUserRepositoryException
findGroupsForUserID
in interface OwUsersRepository
OwUserRepositoryException
public com.wewebu.ow.server.ecm.OwObjectCollection findUsersMatching(String pattern) throws OwUserRepositoryException
OwUsersRepository
findUsersMatching
in interface OwUsersRepository
OwUser
.
OwUserRepositoryException
public Set<OwUserRole> findRolesMatching(String pattern) throws OwUserRepositoryException
findRolesMatching
in interface OwUsersRepository
OwUserRepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |