Package | Description |
---|---|
com.streamscape.sef.security |
Modifier and Type | Method and Description |
---|---|
Group |
Group.clone()
Clones the group.
|
Group |
SecurityManager.createGroup(java.lang.String name,
java.lang.String description)
Creates a new group with the specified parameters.
|
Group |
SecurityContext.getGroup()
Returns a group associated with the security context.
|
Group |
SecurityManager.lookupGroup(java.lang.String name)
Finds and returns a group with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityManager.updateGroup(Group group)
Updates the specified group.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.