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) |
getRequest
public SecurityRpcServiceImpl(TreeDBService treeDBService, SecurityService securityService, DtoService dtoService)
public SecurityViewInformation loadSecurityViewInformation(AbstractNodeDto node) throws ServerCallFailedException
loadSecurityViewInformation
in interface SecurityRpcService
ServerCallFailedException
public SecurityViewInformation loadGenericSecurityViewInformation(GenericTargetIdentifier targetIdentifier) throws ServerCallFailedException
loadGenericSecurityViewInformation
in interface SecurityRpcService
ServerCallFailedException
public GenericSecurityTargetContainer loadGenericRights(java.util.Collection<GenericTargetIdentifier> targetIdentifiers)
loadGenericRights
in interface SecurityRpcService
public AceDto aceMoved(AbstractNodeDto nodeDto, AceDto aceDto, int index) throws ServerCallFailedException
aceMoved
in interface SecurityRpcService
ServerCallFailedException
public AceDto aceMoved(GenericTargetIdentifier targetIdentifier, AceDto aceDto, int index) throws ServerCallFailedException
aceMoved
in interface SecurityRpcService
ServerCallFailedException
public AceDto addACE(AbstractNodeDto nodeDto) throws ServerCallFailedException
addACE
in interface SecurityRpcService
ServerCallFailedException
public AceDto addACE(GenericTargetIdentifier targetIdentifier) throws ServerCallFailedException
addACE
in interface SecurityRpcService
ServerCallFailedException
public AceDto editACE(AbstractNodeDto nodeDto, AceDto aceDto) throws ServerCallFailedException
editACE
in interface SecurityRpcService
ServerCallFailedException
public AceDto editACE(GenericTargetIdentifier targetIdentifier, AceDto aceDto) throws ServerCallFailedException
editACE
in interface SecurityRpcService
ServerCallFailedException
public void removeACEs(AbstractNodeDto nodeDto, java.util.List<AceDto> aceDtos) throws ServerCallFailedException
removeACEs
in interface SecurityRpcService
ServerCallFailedException
public void removeACEs(GenericTargetIdentifier targetIdentifier, java.util.List<AceDto> aceDtos) throws ServerCallFailedException
removeACEs
in interface SecurityRpcService
ServerCallFailedException