| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface SecurityService
The service for interacting with security. The methods on this service are related to security member information within imaging and system level security.
| Method Summary | |
|---|---|
|  java.util.List<SecurityMember> | findGroups(java.lang.String groupFilter)Returns a list of groups based off the filter specified. | 
|  java.util.List<SecurityMember> | findUsers(java.lang.String userFilter)Returns a list of users based off the filter specified. | 
|  SystemSecurity.Permissions | getSystemPermissions(SystemSecurity.SystemArea systemArea)Gets the system level permissions of the current user for a specific an area of the Imaging system. | 
|  java.util.List<SystemSecurity> | getSystemSecurity(SystemSecurity.SystemArea systemArea)Gets the security for an area of the Imaging system. | 
|  void | setSystemSecurity(SystemSecurity.SystemArea systemArea, java.util.List<SystemSecurity> security)Sets the security for an area of the Imaging system. | 
| Method Detail | 
|---|
java.util.List<SecurityMember> findUsers(java.lang.String userFilter)
                                         throws ImagingException
userFilter - The user filter to apply during the lookup of the users.ImagingException
java.util.List<SecurityMember> findGroups(java.lang.String groupFilter)
                                          throws ImagingException
groupFilter - The group filter to apply during the lookup of the groups.ImagingException
void setSystemSecurity(SystemSecurity.SystemArea systemArea,
                       java.util.List<SystemSecurity> security)
                       throws ImagingException,
                              ValidationException
systemArea - The area on which to set securitysecurity - Security member permissions to setImagingExceptionValidationException
java.util.List<SystemSecurity> getSystemSecurity(SystemSecurity.SystemArea systemArea)
                                                 throws ImagingException
systemArea - The area from which to get securityImagingException
SystemSecurity.Permissions getSystemPermissions(SystemSecurity.SystemArea systemArea)
                                                throws ImagingException
systemArea - The area from which to get system level permissionsImagingException| 
 | Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||