Package | Description |
---|---|
org.apache.jetspeed.security |
Jetspeed security service interfaces.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupManager.addGroup(String groupName)
Add a new group.
|
Group |
GroupManager.addGroup(String groupName,
boolean mapped)
Add a new group and optionally map/replicate it to an external storage manager (if configured).
|
Group |
GroupManager.getGroup(String groupName)
Get a group
Group for a given group name. |
Group |
GroupManager.newGroup(String name,
boolean mapped) |
Group |
GroupManager.newTransientGroup(String name) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupManager.getGroups(String nameFilter)
Retrieves a detached and modifiable
Group list matching the corresponding
group name filter. |
List<Group> |
GroupManager.getGroupsAssociatedFrom(Group from,
String associationName)
Retrieve all the groups which are associated from the provided group.
|
List<Group> |
GroupManager.getGroupsAssociatedTo(Group to,
String associationName)
Retrieve all the groups which are associated to the provided group.
|
List<Group> |
GroupManager.getGroupsForUser(String username)
Retrieves a detached and modifiable
Group list of all the groups associated to a specific
user. |
List<Group> |
GroupManager.getGroupsInRole(String roleName)
Retrieves a detached and modifiable
Group list of all the groups in a specific role. |
Modifier and Type | Method and Description |
---|---|
void |
GroupManager.addGroupToGroup(Group from,
Group to,
String associationName)
Add a hierarchical association between two groups.
|
List<Group> |
GroupManager.getGroupsAssociatedFrom(Group from,
String associationName)
Retrieve all the groups which are associated from the provided group.
|
List<Group> |
GroupManager.getGroupsAssociatedTo(Group to,
String associationName)
Retrieve all the groups which are associated to the provided group.
|
void |
GroupManager.removeGroupFromGroup(Group from,
Group to,
String associationName)
Remove a hierarchical association between two groups.
|
void |
GroupManager.updateGroup(Group group)
Updates a group and all its attributes
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.