public class SecurityRpcServiceImpl extends SecuredRemoteServiceServlet implements SecurityRpcService
| Constructor and Description |
|---|
SecurityRpcServiceImpl(TreeDBService treeDBService,
SecurityService securityService,
DtoService dtoService) |
| Modifier and Type | Method and Description |
|---|---|
AceDto |
aceMoved(AbstractNodeDto nodeDto,
AceDto aceDto,
int index) |
AceDto |
aceMoved(GenericTargetIdentifier targetIdentifier,
AceDto aceDto,
int index) |
AceDto |
addACE(AbstractNodeDto nodeDto) |
AceDto |
addACE(GenericTargetIdentifier targetIdentifier) |
AceDto |
editACE(AbstractNodeDto nodeDto,
AceDto aceDto) |
AceDto |
editACE(GenericTargetIdentifier targetIdentifier,
AceDto aceDto) |
GenericSecurityTargetContainer |
loadGenericRights(java.util.Collection<GenericTargetIdentifier> targetIdentifiers) |
SecurityViewInformation |
loadGenericSecurityViewInformation(GenericTargetIdentifier targetIdentifier) |
SecurityViewInformation |
loadSecurityViewInformation(AbstractNodeDto node) |
void |
removeACEs(AbstractNodeDto nodeDto,
java.util.List<AceDto> aceDtos) |
void |
removeACEs(GenericTargetIdentifier targetIdentifier,
java.util.List<AceDto> aceDtos) |
getRequestpublic SecurityRpcServiceImpl(TreeDBService treeDBService, SecurityService securityService, DtoService dtoService)
public SecurityViewInformation loadSecurityViewInformation(AbstractNodeDto node) throws ServerCallFailedException
loadSecurityViewInformation in interface SecurityRpcServiceServerCallFailedExceptionpublic SecurityViewInformation loadGenericSecurityViewInformation(GenericTargetIdentifier targetIdentifier) throws ServerCallFailedException
loadGenericSecurityViewInformation in interface SecurityRpcServiceServerCallFailedExceptionpublic GenericSecurityTargetContainer loadGenericRights(java.util.Collection<GenericTargetIdentifier> targetIdentifiers)
loadGenericRights in interface SecurityRpcServicepublic AceDto aceMoved(AbstractNodeDto nodeDto, AceDto aceDto, int index) throws ServerCallFailedException
aceMoved in interface SecurityRpcServiceServerCallFailedExceptionpublic AceDto aceMoved(GenericTargetIdentifier targetIdentifier, AceDto aceDto, int index) throws ServerCallFailedException
aceMoved in interface SecurityRpcServiceServerCallFailedExceptionpublic AceDto addACE(AbstractNodeDto nodeDto) throws ServerCallFailedException
addACE in interface SecurityRpcServiceServerCallFailedExceptionpublic AceDto addACE(GenericTargetIdentifier targetIdentifier) throws ServerCallFailedException
addACE in interface SecurityRpcServiceServerCallFailedExceptionpublic AceDto editACE(AbstractNodeDto nodeDto, AceDto aceDto) throws ServerCallFailedException
editACE in interface SecurityRpcServiceServerCallFailedExceptionpublic AceDto editACE(GenericTargetIdentifier targetIdentifier, AceDto aceDto) throws ServerCallFailedException
editACE in interface SecurityRpcServiceServerCallFailedExceptionpublic void removeACEs(AbstractNodeDto nodeDto, java.util.List<AceDto> aceDtos) throws ServerCallFailedException
removeACEs in interface SecurityRpcServiceServerCallFailedExceptionpublic void removeACEs(GenericTargetIdentifier targetIdentifier, java.util.List<AceDto> aceDtos) throws ServerCallFailedException
removeACEs in interface SecurityRpcServiceServerCallFailedException