Package | Description |
---|---|
com.logicaldoc.core.security | |
com.logicaldoc.core.security.dao | |
com.logicaldoc.webservice.security |
Modifier and Type | Method and Description |
---|---|
Group |
User.getUserGroup()
Retrieves this user's group
|
Modifier and Type | Method and Description |
---|---|
Set<Group> |
SecurityManagerImpl.getAllowedGroups(long menuId) |
Set<Group> |
SecurityManager.getAllowedGroups(long menuId)
Retrieves the collection of groups that can access the given menu
|
Set<Group> |
User.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityManagerImpl.assignUsersToGroup(Collection<User> users,
Group group) |
void |
SecurityManager.assignUsersToGroup(Collection<User> users,
Group group)
Assign a collection of users to a group.
|
void |
SecurityManagerImpl.assignUserToGroup(User user,
Group group) |
void |
SecurityManager.assignUserToGroup(User user,
Group group)
Assign a user to a group.
|
void |
SecurityManagerImpl.removeAllUsersFromGroup(Group group) |
void |
SecurityManager.removeAllUsersFromGroup(Group group)
Removes all users from group
|
void |
SecurityManagerImpl.removeUserFromGroup(User user,
Group group) |
void |
SecurityManager.removeUserFromGroup(User user,
Group group)
Removes the specified user from a group.
|
void |
SecurityManagerImpl.removeUsersFromGroup(Collection<User> users,
Group group) |
void |
SecurityManager.removeUsersFromGroup(Collection<User> users,
Group group)
Removes the specified users from a group.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityManagerImpl.assignUserToGroups(User user,
Collection<Group> groups) |
void |
SecurityManager.assignUserToGroups(User user,
Collection<Group> groups)
Assign a user to a collection of groups.
|
void |
User.setGroups(Set<Group> groups) |
Modifier and Type | Method and Description |
---|---|
Group |
HibernateGroupDAO.findByName(String name) |
Group |
GroupDAO.findByName(String name)
Finds a group by name.
|
Modifier and Type | Method and Description |
---|---|
Collection<Group> |
HibernateGroupDAO.findByLikeName(String name) |
Collection<Group> |
GroupDAO.findByLikeName(String name)
This method finds a Group by name.
|
Modifier and Type | Method and Description |
---|---|
void |
HibernateGroupDAO.initialize(Group group) |
void |
GroupDAO.initialize(Group group)
Initialize the group collections.
|
boolean |
HibernateGroupDAO.insert(Group group,
long parentGroupId) |
boolean |
GroupDAO.insert(Group group,
long parentGroupId)
This method persists a new group object.
|
Modifier and Type | Method and Description |
---|---|
Group |
WSGroup.toGroup() |
Modifier and Type | Method and Description |
---|---|
static WSGroup |
WSGroup.fromGroup(Group group) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.